ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStream.ImGearPDFStreamWriter Delegate
Stream data buffer.
User data associated with the stream.




In This Topic
    ImGearPDFStream.ImGearPDFStreamWriter Delegate
    In This Topic
    Delegate describing PDF stream writer.
    Syntax
    'Declaration
     
    Public Delegate Function ImGearPDFStream.ImGearPDFStreamWriter( _
       ByVal buffer() As Byte, _
       ByVal userData As Object _
    ) As Integer
    'Usage
     
    Dim instance As New ImGearPDFStream.ImGearPDFStreamWriter(AddressOf HandlerMethod)
    public delegate int ImGearPDFStream.ImGearPDFStreamWriter( 
       byte[] buffer,
       object userData
    )
    public: __gc __delegate int ImGearPDFStream.ImGearPDFStreamWriter( 
       byte[]* buffer,
       Object* userData
    )
    public delegate int ImGearPDFStream.ImGearPDFStreamWriter( 
       array<byte>^ buffer,
       Object^ userData
    )

    Parameters

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

    Return Value

    Data size.
    See Also