Click or drag to resize

PdfActionFromHandle Method

Create a new instance of the action class depending on its type.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static PdfAction FromHandle(
	PdfDocument document,
	IntPtr handle
)

Parameters

document  PdfDocument
Pdf document
handle  IntPtr
A Pdfium handle of an action.

Return Value

PdfAction
An instance of the children class, or PdfAction, if the action could not be mapped to a more specific type.
See Also