Class MetadataOptions
Class MetadataOptions
Namespace: Aspose.Cells.Metadata
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of loading metadata of the file.
public class MetadataOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MetadataOptions(MetadataType)
Creates an options of loading the metadata.
public MetadataOptions(MetadataType metadataType)
Parameters
metadataType
MetadataType
The type of metadata.
Properties
KeyLength
The key length.
public int KeyLength { get; set; }
Property Value
MetadataType
Gets and sets the type of the metadata which is loading.
public MetadataType MetadataType { get; }
Property Value
Password
Represents Workbook file encryption password.
public string Password { get; set; }