PdfPrintScaleMode Enum
Lists the available document scale modes.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
Declaration
Members
Name | Description |
---|---|
Fit
|
A printed page is scaled to fit a specific paper size. |
ActualSize
|
A printed page is not scaled. |
CustomScale
|
A printed page is scaled by a specified percentage scale factor. |
Related API Members
The following properties accept/return PdfPrintScaleMode values:
Remarks
A PdfPrintScaleMode enumeration value is returned by the PdfPrinterSettings.ScaleMode property.
See Also