Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfPrintScaleMode Enum

Lists the available document scale modes.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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