Version

Columns Property

Returns or sets the number of columns of preview pages displayed.
Syntax
'Declaration
 
Public Property Columns As Integer
public int Columns {get; set;}
Remarks

The Columns property is used to determine the number of columns of preview pages that will be displayed in the associated UltraPrintPreviewControl or UltraPrintPreviewThumbnail.

Note: When the ZoomMode is set to AutoFlow, the number of columns will be based on the Zoom property and the number of pages that can fit in the visible area up to the value of the Columns property. In that case, the Columns value will be used as the maximum number of columns.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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