Skip to main content

Page.ScaleFactor Property

Gets or sets the scale factor (in fractions of 1), by which a page is scaled.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(1F)]
public float ScaleFactor { get; set; }

Property Value

Type Default Description
Single 1

A Single value, which represents the current scale factor.

Remarks

This property is hidden and intended for internal use only.

See Also