Xceed Real-Time Zip for Silverlight Documentation
WriteLZMAProperties() Method


Writes the LZMA coder properties to the specified byte array.
Syntax
'Declaration
 
Public Overloads Function WriteLZMAProperties() As Byte()
'Usage
 
Dim instance As ManagedLZMACompressor

Dim value() As Byte

 

value = instance.WriteLZMAProperties()
public byte[] WriteLZMAProperties()

Return Value

A byte array containing the LZMA coder properties written by the method.
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