Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPrintScaleMode Enum

Lists the available document scale modes.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Drawing.dll

Declaration

public enum PdfPrintScaleMode

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.

See Also