Skip to main content

IPrintingSystem.AutoFitToPagesWidth Property

For internal use. If implemented by a class, gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

int AutoFitToPagesWidth { get; set; }

Property Value

Type Description
Int32

An integer value which represents the number of pages.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also