Click or drag to resize

PrintSizeMode Enumeration

Represents the scaling options of the page for printing

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public enum PrintSizeMode
Members
Member nameValueDescription
Fit0 Fit page.
ActualSize1 Actual size.
CustomScale2 Custom scale.
See Also