DocumentInfoFileType Property |
Gets the document type.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic FileType FileType { get; }
Public ReadOnly Property FileType As FileType
Get
public:
virtual property FileType^ FileType {
FileType^ get () sealed;
}
abstract FileType : FileType with get
override FileType : FileType with get
Property Value
Type:
FileTypeAn instance of
FileType class that represents the type of the document.
Implements
IDocumentInfoFileType
See Also