Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Password Property

Show in webframe
The password to use if the document is encrypted.
Syntax
get_password();
set_password(value);
Object.defineProperty('password');

Property Value

TypeDescription
stringThe password to use if the document is encrypted. Default value is null.
Remarks

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.

Example

For an example, refer to DocumentFactory.LoadFromUri.

See Also

Reference

LoadDocumentOptions Object
LoadDocumentOptions Members

Error processing SSI file