Click or drag to resize

WriteBlockCallback Delegate

Output a block of data in your custom way.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate bool WriteBlockCallback(
	FPDF_FILEWRITE pThis,
	byte[] buffer,
	int buflen
)

Parameters

pThis  FPDF_FILEWRITE
Pointer to the structure itself
buffer  Byte
Pointer to a buffer to output
buflen  Int32
The size of the buffer

Return Value

Boolean
Should be non-zero if successful, zero for error
Remarks
See Also