Version

HorizontalPaginationMode Property

Returns/sets the way logical pages are printed when they are too wide to fit on one page.
Syntax
'Declaration
 
Public Property HorizontalPaginationMode As HorizontalPaginationMode
public HorizontalPaginationMode HorizontalPaginationMode {get; set;}
Remarks

This property defines how to print a logical page when it is too wide to fit on a single physical page. You can either scale it down so to fits on a single page or split it up over multiple page parts horizontally with the default 'Mosaic' setting.

Note: if 'Scale' is specified then the aspect ratio will be maintained, i.e. the scale factor for the width and height will be the same.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also