WordProcessingLoadOptions

WordProcessingLoadOptions()

Initializes a new instance of the WordProcessingLoadOptions class.

public WordProcessingLoadOptions()

See Also


WordProcessingLoadOptions(string)

Initializes a new instance of the WordProcessingLoadOptions class with a specified password.

public WordProcessingLoadOptions(string password)
Parameter Type Description
password String The password for opening an encrypted content.

See Also