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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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