A newer version of this page is available.
Switch to the current version.
Document.ScaleFactor Property
Specifies the document's scale factor (in fractions of 1).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public abstract float ScaleFactor { get; set; }
Public MustOverride Property ScaleFactor As Single
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
Feedback