Click or drag to resize

WriteFileBlockEventArgs Constructor

Initialize a ne instance of WriteFileBlockEventArgs class

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public WriteFileBlockEventArgs(
	ref byte[] buffer
)

Parameters

buffer  Byte
Pointer to a buffer to output
See Also