ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStream Class / Flush Method




In This Topic
    Flush Method
    In This Topic
    Flushes any buffered data to the specified stream.
    Syntax
    'Declaration
     
    Public Function Flush() As Integer
    'Usage
     
    Dim instance As ImGearPDFStream
    Dim value As Integer
     
    value = instance.Flush()
    public int Flush()
    public: int Flush(); 
    public:
    int Flush(); 

    Return Value

    0 if successful, otherwise non-zero.
    See Also