Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Name Property
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialogFileFormat Class : Name Property



Gets or sets the file format dispaly string in the save dialog.

Syntax

Visual Basic (Declaration) 
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As RasterSaveDialogFileFormat
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public string Name {get; set;}
C++/CLI 
public:
property String^ Name {
   String^ get();
   void set (String^ value);
}

Return Value

The file format display string in the save dialog.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also