ImageGear .NET v25.0 - Updated
Flush Method (ImGearPDFStream)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFStream Class : Flush Method
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

Reference

ImGearPDFStream Class
ImGearPDFStream Members