DocumentInfoFileType Property |
Gets the file format description.
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
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:
FileTypeImplements
IDocumentInfoFileType
See Also