FileFormatInfo

FileFormatInfo class

Contains data returned by FileFormatUtil file format detection methods.

class FileFormatInfo;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
isProtectedByRMSbooleanReadonly. Gets whether the file is protected by Microsoft Rights Management Server.
isEncryptedbooleanReadonly. Returns true if the document is encrypted and requires a password to open.
fileFormatTypeFileFormatTypeReadonly. Gets the detected file format.
loadFormatLoadFormatReadonly. Gets the detected load format.

constructor()

Default Constructor.

constructor();

isProtectedByRMS

Readonly. Gets whether the file is protected by Microsoft Rights Management Server.

isProtectedByRMS : boolean;

isEncrypted

Readonly. Returns true if the document is encrypted and requires a password to open.

isEncrypted : boolean;

fileFormatType

Readonly. Gets the detected file format.

fileFormatType : FileFormatType;

loadFormat

Readonly. Gets the detected load format.

loadFormat : LoadFormat;