HtmlSaveOptions Constructor (HtmlDocumentType, Boolean)
Initializes a new instance of the HtmlSaveOptions class.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public HtmlSaveOptions(
	HtmlDocumentType documentType,
	bool fixedLayout
)

Parameters

documentType
Type: Aspose.PdfHtmlDocumentType
The HtmlDocumentType.
fixedLayout
Type: SystemBoolean
if set to true HTML is created as fixed layout.
See Also