C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageResolvedInfo Class / ColumnBounds Property

In This Topic
ColumnBounds Property
In This Topic
Gets the array of RectangleD values specifying the column bounds on the current page, in ResolvedUnit units. Column bounds do not include page margins, page header and footer areas, and gaps between the columns.
Syntax
'Declaration
 
Public ReadOnly Property ColumnBounds As RectangleD()
 
See Also