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