Click or drag to resize

PdfAction Constructor

Initializes a new instance of the PdfAction class.

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

Parameters

document  PdfDocument
Document which contains this action.
handle  IntPtr
Pdfium SDK handle that the action is bound to
See Also