PdfPrintScaleTypes EnumerationTerminal Works - PDF Printing.Net Library
Defines available scale types for the page content.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum ScaleTypes
Members

  Member nameValueDescription
None0 No scaling. Uses actual size.

Any content within printer hard margins will not be printed because of printer limitations.

Shrink1 Shrink content to margins. Shrinks only if oversized, otherwise no scaling performed.

Content is scaled within printer hard margins.

FitToMargins2 Fit content within margins.

Content is scaled within printer hard margins.

CustomScale3 Scale content based on specified value, set with CustomScale property.

Content is scaled within printer hard margins.

See Also

Reference