FileFormatInfo Properties

The FileFormatInfo type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEncoding
Gets the detected encoding if applicable to the current document format. At the moment detects encoding only for HTML documents.
Public propertyCode exampleHasDigitalSignature
Returns true if this document contains a digital signature. This property merely informs that a digital signature is present on a document, but it does not specify whether the signature is valid or not.
Public propertyCode exampleIsEncrypted
Returns true if the document is encrypted and requires a password to open.
Public propertyCode exampleLoadFormat
Gets the detected document format.
See Also