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