FileTypeExtension Property |
Filename suffix (including the period ".") e.g. ".doc".
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic string Extension { get; }
Public ReadOnly Property Extension As String
Get
public:
property String^ Extension {
String^ get ();
}
member Extension : string with get
Property Value
Type:
String
See Also