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
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
IsEncrypted
Returns true if the document is encrypted and requires a password to open.
public bool IsEncrypted { get; }
Property Value
IsProtectedByRMS
Gets whether the file is protected by Microsoft Rights Management Server.
public bool IsProtectedByRMS { get; }
Property Value
LoadFormat
Gets the detected load format.
public LoadFormat LoadFormat { get; }