Click or drag to resize

HtmlPageOption Enumeration

Html page option.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public enum HtmlPageOption
Members
Member nameValueDescription
e_SinglePage0 Convert the entire PDF file into a single HTML file.
e_SinglePageWithBookmark1 Convert the PDF file into a single HTML file with an outline for navigation at the beginning of the HTML page.
e_MultiPage2 Convert the PDF file into multiple HTML files.
e_MultiPageWithBookmark3 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