|
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
Public Enumeration HtmlToPdfPageFitMode
Members
| Member name | Value | Description |
---|
| NoAdjustment | 0 |
The html content is rendered as it is. No size adjustments are performed, even though the destination space might be smaller than needed.
|
| ShrinkOnly | 1 |
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.
|
| AutoFit | 2 |
The html content is automatically adjusted to fit the entire available space. Unlike ShrinkOnly, the content can be either shrunk or stretched.
|
See Also