Close() public method

public Close ( ) : void
return void
Esempio n. 1
0
 /**
  * Closes the output document.
  */
 public void Close()
 {
     fc.Close();
 }
Esempio n. 2
0
 /**
  * Closes the output document.
  */
 virtual public void Close()
 {
     fc.Close();
 }