ImageGear .NET v25.0 - Updated
InFileName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : InFileName Property
Gets or sets the name of the document.
Syntax
'Declaration
 
Public Property InFileName As String
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As String
 
instance.InFileName = value
 
value = instance.InFileName
public string InFileName {get; set;}
public: __property string* get_InFileName();
public: __property void set_InFileName( 
   string* value
);
public:
property String^ InFileName {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members