'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)
public: __gc __delegate int ImGearPDFStream.ImGearPDFStreamReader( byte[]* buffer, Object* userData )
public delegate int ImGearPDFStream.ImGearPDFStreamReader( array<byte>^ buffer, Object^ userData )
Parameters
- buffer
- Stream data buffer.
- userData
- User data associated with the stream.
Return Value
Data size.