Leadtools.Documents Namespace > LoadDocumentOptions Object : Password Property |
get_password();
set_password(value);
Object.defineProperty('password');
Type | Description |
---|---|
string | The password to use if the document is encrypted. Default value is null. |
Some documents such as PDF can be encrypted and required a password before it can be parsed. You can set the password here or call Decrypt after the document is created. For more information, refer to Loading Encrypted Files Using the Documents Library.
Refer to Loading Documents using Leadtools.Documents for detailed information.
For an example, refer to DocumentFactory.LoadFromUri.