Class HTMLOptions
Provides properties to manage HTML export behaviors.
Inheritance
System.Object
HTMLOptions
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: BoldReports.Writer
Assembly: BoldReports.Wpf.dll
Syntax
public class HTMLOptions
Constructors
HTMLOptions()
Declaration
public HTMLOptions()
Properties
HidePageSeparator
Gets or sets a boolean value indicating whether the content of the text should be treated as complex script text or not.
Declaration
public bool HidePageSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |