Enum PrintScalingMode
- Namespace
- combit.Reporting.Printing.Pdf
- Assembly
- combit.ListLabel31.CrossPlatform.Printing.Pdf.dll
Specifies how a PDF page is scaled when sent to a printer.
public enum PrintScalingMode
Fields
ActualSize = 0Prints the PDF page at its actual size without any scaling. Content may be clipped if it exceeds the printable area of the paper.
FitToPage = 1Scales the PDF page to fit within the printable area of the selected paper size, preserving the original aspect ratio.