Click or drag to resize
Pdf Library for .NET

PdfDestinationFitMode Enumeration

Specifies the auto-fit mode for a PdfDestination object.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public enum PdfDestinationFitMode
Members
  Member nameValueDescription
None0 Does not try to automatically fit the page.
EntirePage1 Automatically fits the entire page.
EntirePageWidth2 Automatically fits the entire width of the page.
EntirePageHeight3 Automatically fits the entire height of the page.
BoundingBox4 Automatically fits the bounding box.
BoundingBoxWidth5 Automatically fits the entire bounding box width of the page.
BoundingBoxHeight6 Automatically fits the entire bounding box height of the page.
See Also