PdfPrintScaleMode Enum
Lists the available document scale modes.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v22.1.Drawing.dll
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. |
Remarks
A PdfPrintScaleMode enumeration value is returned by the PdfPrinterSettings.ScaleMode property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the PdfPrintScaleMode enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.