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