 | PdfActionFromHandle Method |
Create a new instance of the action class depending on its type.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PdfAction FromHandle(
PdfDocument document,
IntPtr handle
)
Public Shared Function FromHandle (
document As PdfDocument,
handle As IntPtr
) As PdfAction
public:
static PdfAction^ FromHandle(
PdfDocument^ document,
IntPtr handle
)
static member FromHandle :
document : PdfDocument *
handle : IntPtr -> PdfAction
public static PdfAction FromHandle(
PdfDocument document,
IntPtr handle
)
Patagames.Pdf.Net.PdfAction.FromHandle = function(document, handle);
Parameters
- document PdfDocument
- Pdf document
- handle IntPtr
- A Pdfium handle of an action.
Return Value
PdfActionAn instance of the children class, or
PdfAction, if the action could not be mapped to a more specific type.
See Also