EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElASReceipt.Save

ElASReceipt     See also    


 

Saves receipt to file or stream.

 
 

Declaration

[C#]
    void Save(System.IO.Stream Stream);
    void Save(string FileName);

[VB.NET]
    Sub Save(ByVal Stream As System.IO.Stream)
    Sub Save(ByVal FileName As String)

[Pascal]
    procedure Save(Stream : TStream);
    procedure Save(FileName : string);

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    not implemented;
 
 

Parameters

  • Stream - stream containing the receipt
  • FileName - name of the file containing the receipt
 
 

Description

    Use this method to save receipt file file or stream.

 
 

See also:     Load    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation