Click or drag to resize
Pdf Library for .NET

HtmlToPdfPageFitMode Enumeration

Specifies how the html content is rendered in a pdf page.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum HtmlToPdfPageFitMode
Members
  Member nameValueDescription
NoAdjustment0 The html content is rendered as it is. No size adjustments are performed, even though the destination space might be smaller than needed.
ShrinkOnly1 The html content is shrunk if necessary to fit the available destination space. This option does not expand the content if it's smaller than the available space.
AutoFit2 The html content is automatically adjusted to fit the entire available space. Unlike ShrinkOnly, the content can be either shrunk or stretched.
See Also