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