PdfRect

The PdfRect structure defines a rectangular region within a PDF page. To instantiate the PdfRect structure, create the AlambicEdit.PdfRect object in Workflow's scripting environment.

Javascript implementation:
var pdfRect = new ActiveXObject("AlambicEdit.PdfRect");

VBScript implementation:
set pdfRect = CreateObject("AlambicEdit.PdfRect")

Structure

PdfRect {	
left
Integer. Left edge of the rectangle.
top
Integer. Top edge of the rectangle.
right
Integer. Right edge of the rectangle.
bottom
Integer. Bottom edge of the rectangle.
)

All values are expressed in points (72 points per inch).

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: