 | PdfiumFPDFAvail_GetDocument Method |
Get document from the availability provider.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFAvail_GetDocument(
IntPtr avail,
string password
)
Public Shared Function FPDFAvail_GetDocument (
avail As IntPtr,
password As String
) As IntPtr
public:
static IntPtr FPDFAvail_GetDocument(
IntPtr avail,
String^ password
)
static member FPDFAvail_GetDocument :
avail : IntPtr *
password : string -> IntPtr
public static IntPtr FPDFAvail_GetDocument(
IntPtr avail,
String password
)
Patagames.Pdf.Pdfium.FPDFAvail_GetDocument = function(avail, password);
Parameters
- avail IntPtr
- Handle to document availability provider returned by FPDFAvail_Create(FX_FILEAVAIL, FPDF_FILEACCESS)
- password String
- Optional password for decrypting the PDF file.
Return Value
IntPtrHandle to the document.
Remarks
See Also