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
| Name | Type | Access | Description |
|---|---|---|---|
LoadFormat | LoadFormat | Read | Gets the detected document format. |
IsEncrypted | bool | Read | Returns true if the document is encrypted and requires a password to open. |
HasDigitalSignature | bool | Read | Returns true if this document contains a digital signature. |
HasMacros | bool | Read | Returns true if this document contains a VBA macros. |
Encoding | Encoding | Read | Gets the detected encoding if applicable to the current document format. |