Sdk Class |
SDK initialization and product information
public class Sdk : NativeObject
The Sdk type exposes the following members.
Name | Description | |
---|---|---|
HttpClientHandler | The default handler for communication to remote servers This instance is used wherever there is no dedicated HTTP client handler parameter. | |
ProducerFullName | The producer string that is set within the metadata of PDF output documents The producer string depends on the license key and producer suffix set in Initialize(String, String). | |
Proxy | Proxy to use for all communication to remote servers The SDK can use a proxy for all HTTP and HTTPS communication. The default is , i.e. no proxy is used. Otherwise the property’s value must be a URI with the following elements: http[s]://[‹user›[:‹password›]@]‹host›[:‹port›] Where:
Example: "http://myproxy:8080" For SSL/TLS connections, e.g. to a signature service, the proxy must allow the HTTP CONNECT request to the remote server. | |
Version | The version of the SDK |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) | |
Initialize | Initialize the product and the license key. Before calling any of the other functions of the SDK, a license key must be set by calling this method. For licensing questions, contact pdfsales@pdftools.com. |