Back to Devexpress

PdfPrintScaleMode Enum

officefileapi-devexpress-dot-pdf-32a8090d.md

latest1.4 KB
Original Source

PdfPrintScaleMode Enum

Lists the available document scale modes.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public enum PdfPrintScaleMode
vb
Public Enum PdfPrintScaleMode

Members

NameDescription
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.

|

The following properties accept/return PdfPrintScaleMode values:

Remarks

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

See Also

How to: Use the PDF Printer Settings

DevExpress.Pdf Namespace