PDFPage object
PDFPage is one of the PDF Builder objects, and is derived from
PDFModel. Each PDFPage object refers to a page in the PDF document. You
can use PDFPage to manage the content (text, image, etc.) in a PDF
document.
To view the full hierarchy of the PDF Builder objects, find
“pdfobject” in the Browser, right-click the object, and then select “Show
Hierarchy” in the pop-up menu.
Properties
PDFPage provides the following property. In addition, it inherits
the properties from its parent, PDFModel.
|
PDFPage property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Events
|
PDFPage event |
Occurs |
|---|---|
|
Immediately before the Open event occurs in the |
|
|
Immediately after the Close event occurs in the |
Functions
PDFPage provides the following functions.
|
PDFPage function |
Datatype returned |
Description |
|---|---|---|
|
Long |
Adds content to the page. |
|
|
String |
Returns the name assigned to the |
|
|
PDFPage |
Clones the current PDFpage object. |
|
|
PDFContent |
Gets the specified content. |
|
|
Long |
Gets the number of content objects in the current |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
Double |
Gets the height of the current PDF |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Double |
Gets the width of the current PDF |
|
|
Long |
Imports the content from the specified PDF page to |
|
|
Long |
Gets the index of the specified object in the |
|
|
Boolean |
Adds an event to the end of the message queue for |
|
|
Long |
Removes a specified object from the current PDF |
|
|
None |
Sets the height for the current PDF |
|
|
None |
Sets the page size for the current PDF |
|
|
None |
Sets the width for the current PDF |
|
|
Integer |
Triggers a specified event in the control and |
|
|
Object |
Returns the type of the control. |