Click or drag to resize
Pdf Library for .NET

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: 20.2
Syntax
public HtmlToPdfOptions Options { get; }

Property Value

Type: HtmlToPdfOptions
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