PrintOptions.ScaleMode Property
Gets or sets the scale mode for printing a PDF document.
Namespace: DevExpress.Docs.Pdf.Printing
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PrintScaleMode | An enumeration value that specifies the scale mode for printing the PDF document. |
Available values:
| Name | Description |
|---|---|
| Fit | The document is scaled to fit the page. |
| ActualSize | The document is printed without scaling. |
| CustomScale | The document is printed with a custom scale. |
Remarks
To specify custom scaling for printing a PDF document, set the ScaleMode property to CustomScale and specify the Scale property value.
See Also