 | PdfAction Constructor |
Initializes a new instance of the PdfAction class.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxprotected PdfAction(
PdfDocument document,
IntPtr handle
)
Protected Sub New (
document As PdfDocument,
handle As IntPtr
)
protected:
PdfAction(
PdfDocument^ document,
IntPtr handle
)
new :
document : PdfDocument *
handle : IntPtr -> PdfAction
protected PdfAction(
PdfDocument document,
IntPtr handle
)
Patagames.Pdf.Net.PdfAction = function(document, handle);
Parameters
- document PdfDocument
- Document which contains this action.
- handle IntPtr
- Pdfium SDK handle that the action is bound to
See Also