EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElASReceipt.Load

ElASReceipt     See also    


 

Loads receipt from file or stream.

 
 

Declaration

[C#]
    bool Load(System.IO.Stream Stream);
    bool Load(string FileName);

[VB.NET]
    Function Load(ByVal Stream As System.IO.Stream) As Boolean
    Function Load(ByVal FileName As String) As Boolean

[Pascal]
    function Load(Stream : TStream): boolean;
    function Load(FileName : string): boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    not implemented;
 
 

Parameters

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

Return value

    Returns True if receipt was successfully loaded and False otherwise.

 
 

Description

    Use this method to load receipt from file or stream.

 
 

See also:     Save    

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