LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

FileName Property (RasterSaveDialog)

Show in webframe





Gets or sets a string containing the name of the file to be saved.
Syntax
public string FileName {get; set;}
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As RasterSaveDialog
Dim value As String
 
instance.FileName = value
 
value = instance.FileName

            

            
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The file name selected in the Save dialog box.
Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.