|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Adds a node before the specified node in an HTML document. |
|
|
|
|
|
|
Adds a child after the child of the current node in an HTML document. |
|
|
|
|
|
|
Adds a child at the start of the children of the current node in an HTML document. |
|
|
|
|
|
|
Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
Removes the specified node and its descendants in an HTML document. |
|
|
|
|
|
|
Removes a given attribute |
|
|
|
|
|
|
Removes a given node in the current node of an HTML document. |
|
|
|
|
|
|
Constants used by the scanner functions... |
|
|
|
|
|
|
Saves a document from a scanner to a PDF file. |
|
|
|
|
|
|
Used to get and change the characteristics of a scanner. |
|
|
|
|
|
|
Saves a document from a scanner to one or more files, using the scanner's user interface.... |
|
|
|
|
|
|
Retrieves a document from a scanner in a variable of type Image. |
|
|
|
|
|
|
Adds a watermark to all the pages of a PDF file in a PDF Reader control. |
|
|
|
|
|
|
Adds a watermark to a page of an existing PDF file. |
|
|
|
|
|
|
Adds a watermark to all the pages of an existing PDF file. |
|
|
|
|
|
|
Adds an image to a page in an existing PDF file. |
|
|
|
|
|
|
Rolls the transaction back to the savepoint. |
|
|
|
|
|
|
Declares a transaction savepoint. |
|
|
|
|
|
|
Gets the number of signatures in a PDF document. |
|
|
|
|
|
|
Gets the number of signatures in a PDF Reader control. |
|
|
|
|
|
|
Gets the signature of a PDF document as a buffer. |
|
|
|
|
|
|
Gets the date of one of the signatures of a PDF document. |
|
|
|
|
|
|
Gets the date of one of the signatures of a PDF document. |
|
|
|
|
|
|
Gets the signature of a PDF document as a buffer. |
|
|
|
|
|
|
Saves the content of a pdfDocument variable in a ".PDF" file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|