Return the extension for this file type. This is not the filename extension, it is the standard extension for this file type. The extension returned is the one used in the MIME type for this type.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Extension As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As HtmlBitmap
Dim value As String
value = instance.Extension |
C# | |
---|
public string Extension {get;} |
Managed Extensions for C++ | |
---|
public: __property string* get_Extension(); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also