FileFormatInfo

FileFormatInfo

Overview

FileFormatInfo is a class in Aspose.Words FOSS for .NET.

Contains data returned by FileFormatUtil document format detection methods.

Properties: Encoding, HasDigitalSignature, HasMacros, IsEncrypted, LoadFormat.

Properties

NameTypeAccessDescription
LoadFormatLoadFormatReadGets the detected document format.
IsEncryptedboolReadReturns true if the document is encrypted and requires a password to open.
HasDigitalSignatureboolReadReturns true if this document contains a digital signature.
HasMacrosboolReadReturns true if this document contains a VBA macros.
EncodingEncodingReadGets the detected encoding if applicable to the current document format.

See Also