WordProcessingLoadOptions

WordProcessingLoadOptions class

Represents document loading options for a Word document.

public sealed class WordProcessingLoadOptions : LoadOptions

Constructors

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

Properties

Name Description
static Default { get; } Gets the default value for the WordProcessingLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also