ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStream Class / ImGearPDFStream Constructor / ImGearPDFStream Constructor(ImGearPDFStreamWriter,ImGearPDFStreamCleanUp,Object)
PDF stream writer callback routine.
PDF stream clean up callback routine.
User data.




In This Topic
    ImGearPDFStream Constructor(ImGearPDFStreamWriter,ImGearPDFStreamCleanUp,Object)
    In This Topic
    Initializes a new instance of the ImGearPDFStream class.
    Syntax

    Parameters

    writerCallback
    PDF stream writer callback routine.
    cleanupCallback
    PDF stream clean up callback routine.
    userData
    User data.

    Return Value

    The new instance of ImGearPDFStream class.
    See Also