The PdfImagesExtractor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClientProxy |
You can set this property with an object implementing the IWebProxy interface to be used when accessing the server
through a proxy server.
This property does not have any effect when using a TCP Service
| |
| ImpersonationOptions |
The impersonation options used during tool execution
| |
| LicenseKey |
Gets or sets the license key string received from vendor.
If this property is null the tool will automatically enter in evaluation mode
| |
| OwnerPassword |
The owner password to be used to open a password protected PDF document
| |
| PdfDocumentInfo |
Gets the object encapsulating the PDF document properties. This objects is populated after
tool execution finished
| |
| PdfToolFullPath |
Sets the full path of the .dat helper file. By default this file is expected to be found
in the same folder with .dll assembly.
| |
| Port |
The server port number
| |
| RunTimeoutSec |
The maximum time allowed for this tool to run
| |
| Server |
The server IP or name
| |
| ServicePassword |
Gets or sets the HTML to PDF converter service password. You have to set this property if the HTML to PDF service is password protected.
| |
| TransparencyEnabled |
A flag indicating if the transparency is enabled in the extracted images. The default value is true
| |
| UserPassword |
The user password to be used to open a password protected PDF document
| |
| UseWebService |
A flag indicating if the client library will call the Web service or the TCP service to perform the operation
| |
| WebServiceUrl |
The web service URL
|
See Also