EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOpenOfficePackage.CreateNew

TElOpenOfficePackage     See also    


 

Creates a new package.

 
 

Declaration

[C#]
    void CreateNew(System.IO.Stream Stream, bool OwnStream);

[VB.NET]
    Sub CreateNew(ByVal Stream As System.IO.Stream, ByVal OwnStream As Boolean)

[Pascal]
    procedure CreateNew(Stream : TStream; OwnStream : boolean);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Stream - stream with the file data
  • OwnStream - specifies if the stream is owned by the component. If this parameter is False, user should take care of stream disposal.
 
 

Description

    Use this method to create a new Zip package in the memory stream.

 
 

See also:     Close     Flush     Open     CreateEntry     CreateStream    

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