This documentation is for the old version. Go to the latest Graphics Mill docs

ZipCompressor.Decompress Method (Byte[])

Decompresses given array which contains data compressed with the deflate algorithm (ZIP).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Shared Function Decompress ( _
	compressedData As Byte() _
) As Byte()
C#
public static byte[] Decompress(
	byte[] compressedData
)

Parameters

compressedData

Type: System.Byte []

A byte array which contains compressed data.

Return Value

A byte array which contains decompressed data.

See Also

Reference