Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf
- Classes
- Interfaces
- Enumerations
- HtmlToPdfAutoFitMode Enumeration
- HtmlToPdfErrorCode Enumeration
- HtmlToPdfMode Enumeration
- HtmlToPdfTriggerMode Enumeration
- PageBreakMode Enumeration
- PdfActionType Enumeration
- PdfDestFitMode Enumeration
- PdfDocumentPermissions Enumeration
- PdfPageLayout Enumeration
- PdfPageMode Enumeration
- PdfPortfolioView Enumeration
- PdfStandard Enumeration
- PdfTextFieldMode Enumeration
- PdfViewerErrorCode Enumeration
- PdfViewerUIElement Enumeration
- SSLVerificationMode Enumeration
- Delegates
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
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