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

Show in webframe

Password Property






The password to use if the document is encrypted.
Syntax
public string Password {get; set;}
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As LoadDocumentOptions
Dim value As String
 
instance.Password = value
 
value = instance.Password
public String getPassword()
public void setPassword(String value)
            
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

The 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.LoadFromFile or DocumentFactory.LoadFromUri.

Requirements

Target Platforms

See Also

Reference

LoadDocumentOptions Class
LoadDocumentOptions Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features