HtmlPageOption Enumeration
|
Html page option.
Namespace: ComPDF_Conversion.CommonAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic enum HtmlPageOption
Members| Member name | Value | Description |
|---|
| e_SinglePage | 0 |
Convert the entire PDF file into a single HTML file.
|
| e_SinglePageWithBookmark | 1 |
Convert the PDF file into a single HTML file with an outline for navigation at the beginning of the HTML page.
|
| e_MultiPage | 2 |
Convert the PDF file into multiple HTML files.
|
| e_MultiPageWithBookmark | 3 |
Convert the PDF file into multiple HTML files. Each HTML file corresponds to a PDF page, and users can navigate to the next HTML file via a link at the bottom of the HTML page.
|
See Also