Class XmlRendererOptions
This class can be used to control various properties of PDF files created by the XML tree renderer.
Inheritance
System.Object
XmlRendererOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Apoc.Render.Xml
Assembly: TelerikData.dll
Syntax
public sealed class XmlRendererOptions : IRendererOptions
Constructors
XmlRendererOptions()
Declaration
public XmlRendererOptions()
Fields
Default
Default XML renderer properties
Declaration
public static readonly XmlRendererOptions Default
Field Value
XmlRendererOptions
|
Properties
FineDetail
Determines if the XMLRenderer should use verbose output
Declaration
public bool FineDetail { get; set; }
Property Value
System.Boolean
|