ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEForm Class / ImGearPDEForm Constructor
The XObject from which a PDEForm is created.
The XObject's resources dictionary.
The transformation matrix to use for the form.




In This Topic
    ImGearPDEForm Constructor
    In This Topic
    Initializes a new instance of the ImGearPDEForm class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal formStream As ImGearPDFBasObj, _
       ByVal formDictionary As ImGearPDFBasObj, _
       ByVal matrix As ImGearPDFFixedMatrix _
    )
    'Usage
     
    Dim formStream As ImGearPDFBasObj
    Dim formDictionary As ImGearPDFBasObj
    Dim matrix As ImGearPDFFixedMatrix
     
    Dim instance As New ImGearPDEForm(formStream, formDictionary, matrix)

    Parameters

    formStream
    The XObject from which a PDEForm is created.
    formDictionary
    The XObject's resources dictionary.
    matrix
    The transformation matrix to use for the form.

    Return Value

    The new instance of ImGearPDEForm class object.
    See Also