public final class CompressionMode
extends com.aspose.ms.System.Enum
An enum to specify the direction of transcoding - whether to compress or decompress.
Modifier and Type | Field and Description |
---|---|
static int |
Compress
Used to specify that the stream should compress the data.
|
static int |
Decompress
Used to specify that the stream should decompress the data.
|
public static final int Compress
Used to specify that the stream should compress the data.
public static final int Decompress
Used to specify that the stream should decompress the data.
Copyright © 2016 Aspose. All Rights Reserved.