HtmlSaveOptions.HtmlSaveOptions
Contents
[
Hide
]HtmlSaveOptions()
Initializes a new instance of the HtmlSaveOptions class.
public HtmlSaveOptions()
See Also
- class HtmlSaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF
HtmlSaveOptions(HtmlDocumentType)
Initializes a new instance of the HtmlSaveOptions class.
public HtmlSaveOptions(HtmlDocumentType documentType)
| Parameter | Type | Description |
|---|---|---|
| documentType | HtmlDocumentType | The HtmlDocumentType. |
See Also
- enum HtmlDocumentType
- class HtmlSaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF
HtmlSaveOptions(bool)
Initializes a new instance of the HtmlSaveOptions class.
public HtmlSaveOptions(bool fixedLayout)
| Parameter | Type | Description |
|---|---|---|
| fixedLayout | Boolean | if set to true HTML is created as fixed layout. |
See Also
- class HtmlSaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF
HtmlSaveOptions(HtmlDocumentType, bool)
Initializes a new instance of the HtmlSaveOptions class.
public HtmlSaveOptions(HtmlDocumentType documentType, bool fixedLayout)
| Parameter | Type | Description |
|---|---|---|
| documentType | HtmlDocumentType | The HtmlDocumentType. |
| fixedLayout | Boolean | if set to true HTML is created as fixed layout. |
See Also
- enum HtmlDocumentType
- class HtmlSaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF