Table of Contents
HtmlToPdfAutoFitMode Enumeration

Specifies the auto-fit mode for the HTML to PDF converter.

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

Syntax
 public enum HtmlToPdfAutoFitMode
Members
Member Name Description
None Does not try to automatically adjust page output.
ShrinkToFit

Shrink the HTML page to fit the PDF page. This option does not automatically expand the HTML page if it is narrower than the PDF page width. To automatically shrink and expand, use ScaleToFit.

ScaleToFit Scale the HTML page to fit the PDF page. Unlike ShrinkToFit that would only shrink the HTML page, ScaleToFit would shrink or expand the HTML page when needed.
See Also