Windward Studios API Reference
Extension Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > HtmlBitmap Class : Extension Property




Glossary Item Box

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();
C++/CLI 
public:
property String^ Extension {
   String^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software