 | PdfiumLicensedAssembly Property |
Gets or sets the assembly in which the license file is saved. Default is null
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static Assembly LicensedAssembly { get; set; }
Public Shared Property LicensedAssembly As Assembly
Get
Set
public:
static property Assembly^ LicensedAssembly {
Assembly^ get ();
void set (Assembly^ value);
}
static member LicensedAssembly : Assembly with get, set
/** @property */
public static Assembly get_LicensedAssembly()
/** @property */
public static void set_LicensedAssembly(Assembly value)
Patagames.Pdf.Pdfium.get_LicensedAssembly = function();
Patagames.Pdf.Pdfium.set_LicensedAssembly = function(value);
Property Value
Assembly
RemarksIf this property is null, then the engine will search the license in the following order:
EntryAssembly, CallingAssembly, ExecutingAssembly
See Also