Click or drag to resize
Pdf Library for .NET

PdfPrinterPageSizing Enumeration

Defines the page sizings for printing.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfPrinterPageSizing
Members
  Member nameValueDescription
Fit0 Prints the document after fitting the content to cover the paper as much as possible.
ActualSize1 Prints the document using the actual size.
ShrinkOversizedPages2 Prints the document after shrinking oversized pages to fit the paper.
CustomScale3 Prints the document with custom scaling.
See Also