Click or drag to resize

PdfCommon Class

Represents a class that contain a common methods.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfCommon

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfCommon

The PdfCommon type exposes the following members.

Constructors
 NameDescription
Public methodPdfCommonInitializes a new instance of the PdfCommon class
Top
Properties
 NameDescription
Public propertyStatic memberDefaultAnsiEncoding Gets or sets the encoding that is used to encode/decode ANSI strings.
Public propertyStatic memberIsCheckForMemoryLeaks Specifies whether to check a memory leak during object finalization.
Public propertyStatic memberIsInitialize Determines whether the engine is initialized
Top
Methods
 NameDescription
Public methodStatic memberDesignTimeActivation Activate Pdfium.NEt SDK at design time
Public methodStatic memberInitialize Initialize the SDK library
Public methodStatic memberRelease Release all resources allocated by the SDK library
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also