IPdfRect
The IPdfRect structure defines a rectangular region within a PDF page. To instantiate the IPdfRect 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
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: