Click or drag to resize

PdfFunctionHandle Property

Gets the Pdfium SDK handle that the function object is bound to.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public IntPtr Handle { get; }

Property Value

IntPtr
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
See Also