| WriteFileBlockEventArgs Constructor |
Initialize a ne instance of WriteFileBlockEventArgs class
Namespace: Patagames.Pdf.Net.EventArgumentsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public WriteFileBlockEventArgs(
ref byte[] buffer
)
Public Sub New (
ByRef buffer As Byte()
)
public:
WriteFileBlockEventArgs(
array<unsigned char>^% buffer
)
new :
buffer : byte[] byref -> WriteFileBlockEventArgs
public WriteFileBlockEventArgs(
/** @ref */byte[] buffer
)
Patagames.Pdf.Net.EventArguments.WriteFileBlockEventArgs = function(buffer);
Parameters
- buffer Byte
- Pointer to a buffer to output
See Also