ConversionOptions
Defines properties and methods for conversion options.
public class ConversionOptions
Public Class ConversionOptions
Inheritance: ObjectConversionOptions
Licensing Info
This class is a DynamicPDF HTML Converter feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF HTML Converter for .NET v2.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Constructors
ConversionOptions(Double, Double, [Optional] Double) | Initializes a new instance of the ConversionOptions class. |
ConversionOptions(Double, Double, Double, Double) | Initializes a new instance of the ConversionOptions class. |
ConversionOptions([Optional] PageSize, [Optional] PageOrientation, [Optional] Double) | Initializes a new instance of the ConversionOptions class. |
ConversionOptions(PageSize, PageOrientation, Double, Double) | Initializes a new instance of the ConversionOptions class. |
Properties
Author | Gets or sets the Author for metadata in converted PDF. |
BottomMargin | Gets or sets the bottom margin of the page in points. |
CancelToken | Gets or sets a CancellationToken for conversion task. |
Creator | Gets or sets the Creator for metadata in converted PDF. |
DefaultCommandTimeout | Gets or sets a default timeout value for each stages of conversion in milliseconds. The task will be cancelled when the timeout occurs before CancelToken . |
DefaultConversionTimeout | Gets or sets a default timeout value for completion of the entire conversion. The task will be cancelled when the timeout occurs before CancelToken . |
DefaultPageLoadTimeout | Gets or sets a default timeout value for completion of navigating to a URI or loading a HTML string in milliseconds. The task will be cancelled when the timeout occurs before CancelToken . |
Footer | Gets or sets Footer |
Header | Gets or sets Header |
Height | Gets or sets the width of the page in points. |
IncludeBackground | Gets or sets the include back ground in bool. |
Keywords | Gets or sets the Keywords for metadata in converted PDF. |
LeftMargin | Gets or sets the left margin of the page in points. |
Logging | Gets or sets the Temporary directory path. |
OverrideCssPageSize | Gets or sets the override css page size in bool. |
Producer | Gets or sets the Producer for metadata in converted PDF. |
RightMargin | Gets or sets the right margin of the page in points. |
Subject | Gets or sets the Subject for metadata in converted PDF. |
Title | Gets or sets the Title for metadata in converted PDF. |
TopMargin | Gets or sets the top margin of the page in points. |
Width | Gets or sets the width of the page in points. |
Zoom | Determines the magnification level for the HTML. [0.1 to 2.0] |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |