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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFAction Class > ImGearPDFAction Constructor : ImGearPDFAction Constructor(ImGearPDFDocument,ImGearPDFAtom)
PDF document.
PDF atom type.
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

Reference

ImGearPDFAction Class
ImGearPDFAction Members
Overload List
ImGearPDFDocument Class
ImGearPDFAtom Class