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 {
INTEGER left
Left edge of the rectangle.
INTEGER top
Top edge of the rectangle.
INTEGER right
Right edge of the rectangle.
INTEGER 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: