The grid and page dimensions of a page in the Page Editor Fred4 are available in VB.NET scripting by the following commands:
Page.GetPageWidth |
page width |
Page.GetColW |
column width |
Page.GetPageHeight |
page height |
Page.GetInterCol |
column gutter |
Page.GetLeftM |
left margin |
Page.GetModH |
module height |
Page.GetRightM |
right margin |
Page.GetInterMod |
module distance |
Page.GetTopM |
top margin |
Page.GetHorGrid |
horizontal nudge |
Page.GetBottomM |
bottom margin |
Page.GetVerGrid |
vertical nudge |