Table of Contents
HtmlToPdfMode Enumeration

Specifies HTML to PDF mode.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum HtmlToPdfMode
Members
Member Name Description
Classic Classic conversion mode. This mode attempts to render the PDF file as close as possible to on screen rendering. This is the default mode.
Integrated Integrated mode that renders the PDF file as close as possible to printing output.
See Also