Description:
Creates a new form from an existing object.
Syntax:
CreatePDEForm (XObject As IIGPDFBasObj, Resources As
IIGPDFBasObj, Matrix As IGPDFFixedMatrix) As IGPDEForm
Parameters:
Name |
Description |
XObject |
XObject from which a form is created. |
Resources |
The XObject's Resources dictionary. If you do not pass in a Resource object, subsequent calls to IGPDFPage.GetContent will fail (after the file is saved). |
Matrix |
IGPDFFixedMatrix that holds the transformation matrix to use for the form. |
Return Value:
IGPDEForm Object