Accusoft.PdfXpress7.Net
Filename Property (SaveOptions)




Gets and sets a full path and filename for the new PDF file.
Syntax
'Declaration
 
Public Property Filename As String
'Usage
 
Dim instance As SaveOptions
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 PDF filename.
See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback