XImage Clear Function. Clears the image. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Clears the image.

 

   
Syntax  

[C#]
void Clear()
void Clear(out XReadOptions outOptions, out Stream outStream)
[Visual Basic]
Sub Clear()
Sub Clear(<Out> ByRef outOption As XReadOptions, <Out> ByRef outStream As Stream)

 

   

Params
 
Name Description
outOptions The XReadOptions used to create the object.
outStream The Stream used to create the object if NeedsStream is true.

 

   

Notes
 

Use this method to release resources and return the image to a just-created state.

The overload without parameters disposes of the XReadOptions and of the Stream.

The overload with output parameters returns the XReadOptions and the Stream. The returned objects have not been disposed of.

 

   

Example
 

None.