Accusoft.PdfXpress7.Net
Filename Property (OpenOptions)




Gets and sets the full path and filename of the existing PDF file.
Syntax
'Declaration
 
Public Property Filename As String
'Usage
 
Dim instance As OpenOptions
Dim value As String
 
instance.Filename = value
 
value = instance.Filename
public string Filename {get; set;}
public: __property string* get_Filename();
public: __property void set_Filename( 
   string* value
);
public:
property String^ Filename {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the filename.
See Also

Reference

OpenOptions Class
OpenOptions Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback