Call us at 1-800-661-8190 or send an email at info@aurigma.com
Compresses a byte array with the deflate algorithm (ZIP).
Namespace: Aurigma.GraphicsMill Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function Compress ( _ originalData As Byte() _ ) As Byte()
public static byte[] Compress( byte[] originalData )
Type: System.Byte []