 | PdfCustomLoaderLoad Method |
Open and load a PDF document from a file.
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 PdfDocument Load()
Public Function Load As PdfDocument
public:
PdfDocument^ Load()
member Load : unit -> PdfDocument
public PdfDocument Load()
Return Value
Type:
PdfDocumentInstance of PDFDocument class
Exceptions
RemarksThe application should maintain the file resources being valid until the PDF document close.
See Also