public class Compression extends Object
Contains the image compression settings.
Constructor and Description |
---|
Compression() |
Modifier and Type | Method and Description |
---|---|
JpegOptions |
getJpeg()
Gets the JPEG options.
|
Jpeg2000Options |
getJpeg2000()
Gets the JPEG 2000 options.
|
int |
getType()
Gets the type.
|
void |
setJpeg(JpegOptions value)
Sets the JPEG options.
|
void |
setJpeg2000(Jpeg2000Options value)
Sets the JPEG 2000 options.
|
void |
setType(int value)
Sets the type.
|
public final int getType()
Gets the type.
CompressionType
public final void setType(int value)
Sets the type.
CompressionType
public final JpegOptions getJpeg()
Gets the JPEG options.
public final void setJpeg(JpegOptions value)
Sets the JPEG options.
public final Jpeg2000Options getJpeg2000()
Gets the JPEG 2000 options.
public final void setJpeg2000(Jpeg2000Options value)
Sets the JPEG 2000 options.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.