EBookFormatsExtension Property |
Returns an extension (without leading dot character) of this EBook format in lower case
Namespace: GroupDocs.Editor.FormatsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic string Extension { get; }
Public ReadOnly Property Extension As String
Get
public:
virtual property String^ Extension {
String^ get () sealed;
}
abstract Extension : string with get
override Extension : string with get
Property Value
Type:
StringImplements
IDocumentFormatExtension
See Also