FileFormatInfo class

FileFormatInfo class

Contains data returned by FileFormatUtil file format detection methods.

The FileFormatInfo type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of FileFormatInfo

Properties

PropertyDescription
is_protected_by_rmsGets whether the file is protected by Microsoft Rights Management Server.
is_encryptedReturns true if the document is encrypted and requires a password to open.
file_format_typeGets the detected file format.
load_formatGets the detected load format.

See Also