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

ZipCompressor.Compress Method (Byte[])

Compresses a byte array with the deflate algorithm (ZIP).

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

Syntax

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

Parameters

originalData

Type: System.Byte []

An array of data which you need to compress.

Return Value

An array of bytes which contains compressed data.

See Also

Reference