Enum PdfToHtmlOptions.SaveDataType
PdfToHtmlOptions.SaveDataType enumeration
Defines output type of HTML file.
public enum SaveDataType
Values
| Name | Value | Description |
|---|---|---|
| FileWithExternalResources | 0 | Save HTMl to file with external resources |
| FileWithEmbeddedResources | 1 | Save HTMl to file with embedded resources |
| StreamWithEmbeddedResources | 2 | Save HTMl to file stream with embedded resources |
See Also
- class PdfToHtmlOptions
- namespace Aspose.Pdf.LowCode
- assembly Aspose.PDF