Version

PagePrintOrder Property

Returns/sets the order that pages are printed when HorizontalPaginationMode is set to 'Mosaic'.
Syntax
'Declaration
 
Public Property PagePrintOrder As PagePrintOrder
public PagePrintOrder PagePrintOrder {get; set;}
Remarks

When the visual you want to print doesn't fit on a single page, and the HorizontalPaginationMode is set to "Mosaic", you must decide the order you want to split the visual on the page. There are two way to paginate visual. First print down, then over and second print over, then down.

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