HtmlSaveOptions Constructor (HtmlDocumentType, Boolean) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic HtmlSaveOptions(
HtmlDocumentType documentType,
bool fixedLayout
)
Public Sub New (
documentType As HtmlDocumentType,
fixedLayout As Boolean
)
public:
HtmlSaveOptions(
HtmlDocumentType documentType,
bool fixedLayout
)
new :
documentType : HtmlDocumentType *
fixedLayout : bool -> HtmlSaveOptions
Parameters
- documentType
- Type: Aspose.PdfHtmlDocumentType
The HtmlDocumentType. - fixedLayout
- Type: SystemBoolean
if set to true HTML is created as fixed layout.
See Also