|  | 
| HtmlToPdfOptions Property  | 
 
            Gets a reference to an object that controls the html to pdf conversion process and the generated pdf document properties. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic HtmlToPdfOptions Options { get; }Public ReadOnly Property Options As HtmlToPdfOptions
	Get
Property Value
Type: 
HtmlToPdfOptions Remarks
Remarks
            This property can be used to control the generated pdf header, footer, margins, page size and orientation, compression level, content resizing and many more. 
            Check 
HtmlToPdfOptions for complete details.
            
 See Also
See Also