ImageGear .NET v25.0 - Updated
ImGearPDFAction Constructor(ImGearPDFDocument,ImGearPDFAtom,String)




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.
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

Reference

ImGearPDFAction Class
ImGearPDFAction Members
Overload List
ImGearPDFDocument Class
ImGearPDFAtom Class