Click or drag to resize

CPDFGenerationLoadNativeLibrary Method

Loads the native library required for PDF generation

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public static bool LoadNativeLibrary()

Return Value

Type: Boolean
True if the native library was successfully loaded, false otherwise
See Also