ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAction Class / ImGearPDFAction Constructor / ImGearPDFAction Constructor(ImGearPDFDocument,ImGearPDFAtom)
PDF document.
PDF atom type.




In This Topic
    ImGearPDFAction Constructor(ImGearPDFDocument,ImGearPDFAtom)
    In This Topic
    Initializes a new instance of the ImGearPDFAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As ImGearPDFDocument, _
       ByVal type As ImGearPDFAtom _
    )
    'Usage
     
    Dim document As ImGearPDFDocument
    Dim type As ImGearPDFAtom
     
    Dim instance As New ImGearPDFAction(document, type)
    public ImGearPDFAction( 
       ImGearPDFDocument document,
       ImGearPDFAtom type
    )
    public: ImGearPDFAction( 
       ImGearPDFDocument* document,
       ImGearPDFAtom* type
    )
    public:
    ImGearPDFAction( 
       ImGearPDFDocument^ document,
       ImGearPDFAtom^ type
    )

    Parameters

    document
    PDF document.
    type
    PDF atom type.

    Return Value

    The new instance of ImGearPDFAction class object.
    See Also