2019.2

Table Of Contents
Javascript implementation:
var pdfRect = new ActiveXObject("AlambicEdit.PdfRect");
VBScript implementation:
set pdfRect = CreateObject("AlambicEdit.PdfRect")
Structure
IPdfRect {
LONG left
Left edge of the rectangle.
LONG top
Top edge of the rectangle.
LONG right
Right edge of the rectangle.
LONG bottom
Bottom edge of the rectangle.
)
All values are expressed in points (72 points per inch).
NOTE: the PDF's coordinate system has its origin on the bottom left corner of the page,
extending up and to the right. Therefore, a Letter-sized page has the following rectangular
values:
Page 283