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.
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 information about the class definition of the object or control. |
Double |
Gets or sets the size of the bottom margin between the PDF page and the printed page. |
|
Double |
Gets or sets the size of the left margin between the PDF page and the printed page. |
|
Double |
Gets or sets the size of the right margin between the PDF page and the printed page. |
|
Double |
Gets or sets the size of the top margin between the PDF page and the printed page. |
PDFPage event |
Occurs |
---|---|
Immediately before the Open event occurs in the window. |
|
Immediately after the Close event occurs in the window. |
PDFPage provides the following functions.
PDFPage function |
Datatype returned |
Description |
---|---|---|
Long |
Adds content to the page. |
|
String |
Returns the name assigned to the control. |
|
PDFPage |
Clones the current PDFpage object. |
|
Double |
Gets the bottom margin between the PDF page and the bottom border of the page. |
|
PDFContent |
Gets the specified content. |
|
Long |
Gets the number of content objects in the current PDF page. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
Double |
Gets the height of the current PDF page. |
|
Double |
Gets the margin between the PDF page and the left border of the page. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Double |
Gets the margin between the PDF page and the right border of the page. |
|
Double |
Gets the top margin between the PDF page and the top border of the page. |
|
Double |
Gets the width of the current PDF page. |
|
Long |
Imports the content from the specified PDF page to the current PDF page. |
|
Long |
Gets the index of the specified object in the current PDF page. |
|
Boolean |
Adds an event to the end of the message queue for the control. |
|
Long |
Removes a specified object from the current PDF page. |
|
None |
Sets the margin between the PDF page and the bottom border of the page. |
|
None |
Sets the height for the current PDF page. |
|
None |
Sets the margin between the PDF page and the left border of the page. |
|
None |
Sets the page size for the current PDF page. |
|
None |
Sets the margin between the PDF page and the right border of the page. |
|
None |
Sets the margin between the PDF page and the top border of the page. |
|
None |
Sets the width for the current PDF page. |
|
Integer |
Triggers a specified event in the control and executes the script for the event. |
|
Object |
Returns the type of the control. |