Click or drag to resize

WriteFileBlockEventArgs Constructor

Initialize a ne instance of WriteFileBlockEventArgs class

Namespace:  Patagames.Pdf.Net.EventArguments
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public WriteFileBlockEventArgs(
	ref byte[] buffer
)

Parameters

buffer
Type: SystemByte
Pointer to a buffer to output
See Also