Click or drag to resize

PdfiumFPDFAvail_Create Method

Create a document availability provider.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFAvail_Create(
	FX_FILEAVAIL file_avail,
	FPDF_FILEACCESS file
)

Parameters

file_avail  FX_FILEAVAIL
Pointer to file availability interface to check availability of file data.
file  FPDF_FILEACCESS
Pointer to a file access interface for reading data from file.

Return Value

IntPtr
A handle to the document availability provider. IntPtr.Zero for error.
Remarks
Application must call FPDFAvail_Destroy(IntPtr) when done with the availability provider.
See Also