Using grid and nudge in scripts

Build 1501 on 14/Nov/2017  This topic last edited on: 5/Aug/2014, at 12:53

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