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