 | PdfDocumentFromHandle Method |
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic 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
- Type: SystemIntPtr
Handle to Pdf Document - forms (Optional)
- Type: Patagames.Pdf.NetPdfForms
Instance of PdfForms class that will be associated with loaded document
Return Value
Type:
PdfDocumentInstance of PDFDocument class
See Also