 | PdfFunction Constructor |
Initialize new instance of PdfFunction class
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxprotected PdfFunction(
IntPtr handle
)
Protected Sub New (
handle As IntPtr
)
protected:
PdfFunction(
IntPtr handle
)
new :
handle : IntPtr -> PdfFunctionprotected PdfFunction(
IntPtr handle
)
Patagames.Pdf.Net.PdfFunction = function(handle);
Parameters
- handle IntPtr
- The Pdfium SDK handle that the function object is bound to.
See Also