| PdfDocumentLoad(PdfCustomLoader) Method |
Loads the PDF document from the specified custom descriptor.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public static PdfDocument Load(
PdfCustomLoader loader
)
Public Shared Function Load (
loader As PdfCustomLoader
) As PdfDocument
public:
static PdfDocument^ Load(
PdfCustomLoader^ loader
)
static member Load :
loader : PdfCustomLoader -> PdfDocument
public static PdfDocument Load(
PdfCustomLoader loader
)
Patagames.Pdf.Net.PdfDocument.Load = function(loader);
Parameters
- loader PdfCustomLoader
- Custom access descriptor for loading PDF document.
Return Value
PdfDocumentInstance of PDFDocument class
Exceptions Remarks Note |
---|
The application should maintain the instance of PdfCustomLoader class being valid until the PDF document close. With the trial version the documents which size is smaller than 1024 Kb, or greater than 10 Mb can be loaded without any restrictions. For other documents the allowed ranges is 1.5 - 2 Mb; 2.5 - 3 Mb; 3.5 - 4 Mb; 4.5 - 5 Mb and so on. |
See Also