ImageGear .NET - Updated October 26, 2017
ImGearPDFStream.ImGearPDFStreamReader Delegate




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFStream.ImGearPDFStreamReader Delegate
Stream data buffer.
User data associated with the stream.
Delegate describing PDF stream reader.
Syntax
'Declaration
 
Public Delegate Function ImGearPDFStream.ImGearPDFStreamReader( _
   ByVal buffer() As Byte, _
   ByVal userData As Object _
) As Integer
 
'Usage
 
Dim instance As New ImGearPDFStream.ImGearPDFStreamReader(AddressOf HandlerMethod)

Parameters

buffer
Stream data buffer.
userData
User data associated with the stream.

Return Value

Data size.
See Also

Reference

ImGearPDFStream.ImGearPDFStreamReader Members
ImageGear.Formats.PDF Namespace