OoxmlLoadOptions

OoxmlLoadOptions class

Represents document loading options for a OOXML document.

public class OoxmlLoadOptions : LoadOptions

Constructors

Name Description
OoxmlLoadOptions() Initializes a new instance of the OoxmlLoadOptions class.
OoxmlLoadOptions(string) Initializes a new instance of the OoxmlLoadOptions class with a specified password.

Properties

Name Description
FileType { get; set; } Gets or sets the type of the file, indicating its type (e.g., docx, pdf, xlsx, etc.).
FormatFamily { get; set; } Gets or sets the format family of the document, indicating its type (e.g., Image, Pdf, Spreadsheet, etc.).
Password { get; set; } Gets or sets the password for opening an encrypted document.

Fields

Name Description
static readonly Default Gets the default value for the OoxmlLoadOptions class.

See Also