| PdfDocumentFromHandle Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public static PdfDocument FromHandle(
IntPtr Handle,
PdfForms forms = null
)
Public Shared Function FromHandle (
Handle As IntPtr,
Optional forms As PdfForms = Nothing
) As PdfDocument
public:
static PdfDocument^ FromHandle(
IntPtr Handle,
PdfForms^ forms = nullptr
)
static member FromHandle :
Handle : IntPtr *
?forms : PdfForms
(* Defaults:
let _forms = defaultArg forms null
*)
-> PdfDocument
public static PdfDocument FromHandle(
IntPtr Handle,
PdfForms forms = null
)
Patagames.Pdf.Net.PdfDocument.FromHandle = function(Handle, forms);
Parameters
- Handle IntPtr
- Handle to Pdf Document
- forms PdfForms (Optional)
- Instance of PdfForms class that will be associated with loaded document
Return Value
PdfDocumentInstance of PDFDocument class
See Also