Click or drag to resize

PdfPageCollectionGetByHandle Method

Gets page by specified handle

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public PdfPage GetByHandle(
	IntPtr page
)

Parameters

page  IntPtr
Handle to the page object

Return Value

PdfPage
Page in current collection or null if nothing found
See Also