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