Get a set of areas corresponding to a standard page layout.
[C#] static List<XRect> GetPageLayout(XRect page, double marginV, double marginH, int columns) [Visual Basic] Shared Sub GetPageLayout(page As XRect, marginV As double, marginH As double, columns As int) As List<XRect>
static List<XRect> GetPageLayout(XRect page, double marginV, double marginH, int columns)
Shared Sub GetPageLayout(page As XRect, marginV As double, marginH As double, columns As int) As List<XRect>
You can specify a header and footer area, page margins and a number of columns.