Click or drag to resize
Pdftools logo

SdkInitialize Method

Initialize the Toolbox add-on, providing a license key and default Producer value.

Namespace: PdfTools.Toolbox
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.5.0+4edba55c604d55d1acd3b42825576b5d5e0943f1
Syntax
C#
public static void Initialize(
	string license,
	string producerSuffix
)

Parameters

license  String
producerSuffix  String
Exceptions
ExceptionCondition
UnknownFormatExceptionif the format (version) of the license argument is unknown.
CorruptExceptionif the license argument is not a correct license key
LicenseExceptionif the license argument can be read but the license check failed
HttpExceptionA network error occurred.
ArgumentNullExceptionif license is .
See Also