ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEXObject Class / ImGearPDEXObject Constructor
Basic PDF object.




In This Topic
    ImGearPDEXObject Constructor
    In This Topic
    Initializes a new instance of the ImGearPDEXObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As ImGearPDFBasObj _
    )
    'Usage
     
    Dim value As ImGearPDFBasObj
     
    Dim instance As New ImGearPDEXObject(value)
    public ImGearPDEXObject( 
       ImGearPDFBasObj value
    )
    public: ImGearPDEXObject( 
       ImGearPDFBasObj* value
    )
    public:
    ImGearPDEXObject( 
       ImGearPDFBasObj^ value
    )

    Parameters

    value
    Basic PDF object.

    Return Value

    The new instance of ImGearPDEXObject class object.
    Remarks
    This constructor creates new instance of ImGearPDEXObject object.
    See Also