 | PdfFunctionFromHandle Method |
Identifies the type of the specified function object and creates an instance of this type.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic static PdfFunction FromHandle(
IntPtr handle
)
Public Shared Function FromHandle (
handle As IntPtr
) As PdfFunction
public:
static PdfFunction^ FromHandle(
IntPtr handle
)
static member FromHandle :
handle : IntPtr -> PdfFunction public static PdfFunction FromHandle(
IntPtr handle
)
Patagames.Pdf.Net.PdfFunction.FromHandle = function(handle);
Parameters
- handle IntPtr
- A handle to a function object.
Return Value
PdfFunctionAn instance of a particular class of a function object.
Exceptions
See Also