 | 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
Syntaxpublic 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
- Type: SystemByte
Pointer to a buffer to output
See Also