PrintOptions.Scale Property
Gets or sets the scale factor for printing a PDF document.
Namespace: DevExpress.Docs.Pdf.Printing
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Single | The print scale for the PDF document as a percentage. |
Remarks
Set the PrintOptions.ScaleMode property to CustomScale to enable the Scale property and specify a custom scale factor.
See Also