| PdfPageCollectionGetByHandle Method |
Gets page by specified handle
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfPage GetByHandle(
IntPtr page
)
Public Function GetByHandle (
page As IntPtr
) As PdfPage
public:
PdfPage^ GetByHandle(
IntPtr page
)
member GetByHandle :
page : IntPtr -> PdfPage
public PdfPage GetByHandle(
IntPtr page
)
function GetByHandle(page);
Parameters
- page IntPtr
- Handle to the page object
Return Value
PdfPagePage in current collection or null if nothing found
See Also