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




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

    Parameters

    document
    PDF document.
    type
    PDF atom type.
    fileName
    The file name.

    Return Value

    The new instance of ImGearPDFAction class object.
    Remarks
    This constructor creates an action of the specified type from a file name.
    See Also