Gets the options for the conversion start.
Namespace:
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:
BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)
Syntax
C#
public ConversionStartOptions Start { get; }
VB
Public ReadOnly Property Start As ConversionStartOptions
Get
Property Value
Type:
ConversionStartOptions
The options for the conversion start.
See Also