Class FileFormatInfo

FileFormatInfo class

Contains data returned by FileFormatUtil file format detection methods.

public class FileFormatInfo

Constructors

NameDescription
FileFormatInfo()The default constructor.

Properties

NameDescription
FileFormatType { get; }Gets the detected file format.
IsEncrypted { get; }Returns true if the document is encrypted and requires a password to open.
IsProtectedByRMS { get; }Gets whether the file is protected by Microsoft Rights Management Server.
LoadFormat { get; }Gets the detected load format.

See Also