ExpertPdf Html to Pdf Converter Library
PdfDocumentOptions Property
NamespacesExpertPdf.HtmlToPdfPdfConverterPdfDocumentOptions
ExpertPdf Html to Pdf Converter Library
Gets a reference to the object controlling the conversion process and the generated PDF document properties. This property can be used to control the PDF document margins, PDF compression level, JPEG compression level, the PDF page size and orientation, the PDF document headers and footers, conversion of the URLs to links in PDF, conversion of the HTML links with anchors to internal PDF links, true type fonts embedding, fit width and stretch to fit, conversion to a single PDF page, append or prepend external PDF documents.
Declaration Syntax
C#Visual BasicVisual C++
public PdfDocumentOptions PdfDocumentOptions { get; }
Public ReadOnly Property PdfDocumentOptions As PdfDocumentOptions
	Get
public:
property PdfDocumentOptions^ PdfDocumentOptions {
	PdfDocumentOptions^ get ();
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)