Skip to main content

Document.ScaleFactor Property

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

public abstract float ScaleFactor { get; set; }

#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