Class FileFormatInfo

Class FileFormatInfo

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Contains data returned by Aspose.Cells.FileFormatUtil file format detection methods.

public class FileFormatInfo

Inheritance

objectFileFormatInfo

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

FileFormatInfo()

public FileFormatInfo()

Properties

FileFormatType

Gets the detected file format.

public FileFormatType FileFormatType { get; }

Property Value

FileFormatType

IsEncrypted

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

public bool IsEncrypted { get; }

Property Value

bool

IsProtectedByRMS

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

public bool IsProtectedByRMS { get; }

Property Value

bool

LoadFormat

Gets the detected load format.

public LoadFormat LoadFormat { get; }

Property Value

LoadFormat