Document.ScaleFactor Property
In This Article
Specifies the document’s scale factor (in fractions of 1).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Single | A Single value, specifying the current scale factor. |
#Remarks
This property is in effect only if the Document.AutoFitToPagesWidth property is set to 0.
The ScaleFactor property value is ignored when the Document.AutoFitToPagesWidth property is set to a non-zero value.
See Also