2022.1

Table Of Contents
Name of an Optional Content Group in which to put the layer created from the source page. The
string cannot be empty but can be NULL if no layer is required.
layerName
Name of an Optional Content Group in which to put the layer created from the source page.
The string cannot be empty but can be NULL if no layer is required.
Size()
Returns the size of the rectangle that is used to clip (crop) the content of the page before
applying it to the medium, in points. This corresponds to the /CropBox entry of the /Page PDF
object. It can be seen as the bounding box of the page since by definition, anything outside of it
should be left out of the drawing, although there may be empty areas within it.
See also: "MediaSize()" on page268.
Syntax
IPdfRect Size ( )
Return value
An "IPdfRect" on page275 structure containing the dimensions, in points, of the page size.
Cannot be NULL.
IPdfInfos
The IPdfInfos structure contains the same basic information that can be found in Acrobat
Reader's™ File Properties . To instantiate the IPdfInfos structure, create the
AlambicEdit.PdfInfos object in Workflow's scripting environment.
Javascript implementation:
var pdfInfos = new ActiveXObject("AlambicEdit.PdfInfos");
VBScript implementation:
set pdfInfos = CreateObject("AlambicEdit.PdfInfos")
Page 273