Click or drag to resize

PdfiumLicensedAssembly Property

Gets or sets the assembly in which the license file is saved. Default is null

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static Assembly LicensedAssembly { get; set; }

Property Value

Assembly
Remarks
If this property is null, then the engine will search the license in the following order: EntryAssembly, CallingAssembly, ExecutingAssembly
See Also