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

Extension Property (RasterSaveDialogFileFormat)

Show in webframe





Gets or sets the format extension string that will be used when the file is saved.
Syntax
public string Extension {get; set;}
'Declaration
 
Public Property Extension As String
'Usage
 
Dim instance As RasterSaveDialogFileFormat
Dim value As String
 
instance.Extension = value
 
value = instance.Extension

            

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

Property Value

The format extension string that will be used when the file is saved.
Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms

See Also

Reference

RasterSaveDialogFileFormat Class
RasterSaveDialogFileFormat Members

 

 


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