Click or drag to resize
Pdftools logo

SdkLicensingService Property

Licensing service to use for all licensing requests

This property is relevant only for page-based licenses and is used to set the Licensing Gateway Service.

The default is "https://licensing.pdf-tools.com/api/v1/licenses/" for the online Pdftools Licensing Service. If you plan to use the Licensing Gateway Service instead of the Pdftools Licensing Service, the property’s value must be a URI with the following elements:

http[s]://[‹user›[:‹password›]@]‹host›[:‹port›]

Where:

  • http/https: Protocol for connection to the Licensing Gateway Service.
  • ‹user›:‹password› (optional): Credentials for connection to the Licensing Gateway Service (basic authorization).
  • ‹host›: Hostname of the Licensing Gateway Service.
  • ‹port›: Port for connection to the Licensing Gateway Service.

Example: "http://localhost:9999"


Namespace: PdfTools
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public static Uri LicensingService { get; set; }

Property Value

Uri
Exceptions
ExceptionCondition
ArgumentException[set] The URI is invalid.
ArgumentNullException[set] if value is .
See Also