PdfPrint Constructor Terminal Works - PDF Printing.Net Library
Creates the PDFPrint object. If company name or license key is empty string or company name / license keys are not valid, it will behave as demo.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfPrint(
	string companyName,
	string licenseKey
)

Parameters

companyName
Type: SystemString
Company name of the license owner.
licenseKey
Type: SystemString
License key
See Also

Reference