Xceed Real-Time Zip for Silverlight Documentation
ManagedLZMACompressor Constructor(LZMAOptions,LZMAHeaderType)


An LZMAOptions objecting representing the options to use.
An LZMAHeaderType value that indicatest which header format will be used.
Initializes a new instance of the ManagedLZMACompressor class using the provided options and header type.
Syntax
'Declaration
 
Public Function New( _

   ByVal options As LZMAOptions, _

   ByVal headerType As LZMAHeaderType _

)
'Usage
 
Dim options As LZMAOptions

Dim headerType As LZMAHeaderType

 

Dim instance As New ManagedLZMACompressor(options, headerType)
public ManagedLZMACompressor( 

   LZMAOptions options,

   LZMAHeaderType headerType

)

Parameters

options
An LZMAOptions objecting representing the options to use.
headerType
An LZMAHeaderType value that indicatest which header format will be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ManagedLZMACompressor Class
ManagedLZMACompressor Members
Overload List

Send Feedback