Click or drag to resize
Pdftools logo

SdkInitialize Method


Namespace: PdfTools.FourHeights.PdfToolbox
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
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
ArgumentNullExceptionif license is .
See Also