ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback