Password

LoadOptions.Password property

Gets or sets the password for opening an encrypted document.

public string Password { get; set; }

Property Value

Can be null or empty string. The default value is null. If the document is not encrypted, set this to null or the empty string.

See Also