Table of Contents

Property Password

Namespace
DocWright
Assembly
DocWright.dll

Password

Gets or sets the password used to open an encrypted input document, or null.

Ignored for unencrypted input. An encrypted input with no password raises DocumentEncryptedException, and a wrong one raises InvalidPasswordException; neither message repeats the value.

public string? Password { get; set; }

Property Value

string