Delegate PdfGetBlockDelegate
Delegate to read data into a buffer from a backing source (Stream, network, etc.). Used with FPDF_FILEACCESS.
public delegate int PdfGetBlockDelegate(nint userData, uint offset, nint buffer, uint size)
Parameters
userData
nint- Delegate to read data into a buffer from a backing source (Stream, network, etc.). Used with FPDF_FILEACCESS.
offset
uint- Delegate to read data into a buffer from a backing source (Stream, network, etc.). Used with FPDF_FILEACCESS.
buffer
nint- Delegate to read data into a buffer from a backing source (Stream, network, etc.). Used with FPDF_FILEACCESS.
size
uint- Delegate to read data into a buffer from a backing source (Stream, network, etc.). Used with FPDF_FILEACCESS.
Returns
- int
- Delegate to read data into a buffer from a backing source (Stream, network, etc.). Used with FPDF_FILEACCESS.