Skip to main content

PdfPrintScaleMode Enum

Lists the available document scale modes.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

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.

Related API Members

The following properties accept/return PdfPrintScaleMode values:

Remarks

A PdfPrintScaleMode enumeration value is returned by the PdfPrinterSettings.ScaleMode property.

See Also