ConversionOptions

Defines properties and methods for conversion options.

public class ConversionOptions
Public Class ConversionOptions

Inheritance: ObjectConversionOptions

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

AuthorGets or sets the Author for metadata in converted PDF.
BottomMarginGets or sets the bottom margin of the page in points.
CancelTokenGets or sets a CancellationToken for conversion task.
CreatorGets or sets the Creator for metadata in converted PDF.
DefaultCommandTimeoutGets or sets a default timeout value for each stages of conversion in milliseconds. The task will be cancelled when the timeout occurs before CancelToken .
DefaultConversionTimeoutGets or sets a default timeout value for completion of the entire conversion. The task will be cancelled when the timeout occurs before CancelToken .
DefaultPageLoadTimeoutGets 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 .
FooterGets or sets Footer
HeaderGets or sets Header
HeightGets or sets the width of the page in points.
IncludeBackgroundGets or sets the include back ground in bool.
KeywordsGets or sets the Keywords for metadata in converted PDF.
LeftMarginGets or sets the left margin of the page in points.
LoggingGets or sets the Temporary directory path.
OverrideCssPageSizeGets or sets the override css page size in bool.
ProducerGets or sets the Producer for metadata in converted PDF.
RightMarginGets or sets the right margin of the page in points.
SubjectGets or sets the Subject for metadata in converted PDF.
TitleGets or sets the Title for metadata in converted PDF.
TopMarginGets or sets the top margin of the page in points.
WidthGets or sets the width of the page in points.
ZoomDetermines 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)

See Also

ceTe.DynamicPDF.HtmlConverter

In this topic