 | PdfFieldCollectionsGetByHandle Method |
Search collection for the field with the specified handle.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfField GetByHandle(
IntPtr handle
)
Public Function GetByHandle (
handle As IntPtr
) As PdfField
public:
PdfField^ GetByHandle(
IntPtr handle
)
member GetByHandle :
handle : IntPtr -> PdfField public PdfField GetByHandle(
IntPtr handle
)
function GetByHandle(handle);
Parameters
- handle IntPtr
- Field's handle
Return Value
PdfFieldFound field or null if nothing found.
See Also