public final class EncoderValue
extends com.aspose.ms.System.Enum
Used to specify the parameter value passed to a JPEG or TIFF image encoder when using
the M:Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)
or M:Image.SaveAdd(System.Drawing.Imaging.EncoderParameters) methods.
| Modifier and Type | Field and Description |
|---|---|
static int |
ColorTypeCMYK
Not used in GDI+ version 1.0.
|
static int |
ColorTypeYCCK
Not used in GDI+ version 1.0.
|
static int |
CompressionCCITT3
Specifies the CCITT3 compression scheme.
|
static int |
CompressionCCITT4
Specifies the CCITT4 compression scheme.
|
static int |
CompressionLZW
Specifies the LZW compression scheme.
|
static int |
CompressionNone
Specifies no compression.
|
static int |
CompressionRle
Specifies the RLE compression scheme.
|
static int |
Flush
Specifies that a multiple-frame file or stream should be closed.
|
static int |
FrameDimensionPage
Specifies that a frame is to be added to the page dimension of an image.
|
static int |
FrameDimensionResolution
Not used in GDI+ version 1.0.
|
static int |
FrameDimensionTime
Not used in GDI+ version 1.0.
|
static int |
LastFrame
Specifies the last frame in a multiple-frame image.
|
static int |
MultiFrame
Specifies that the image has more than one frame (page).
|
static int |
RenderNonProgressive
Not used in GDI+ version 1.0.
|
static int |
RenderProgressive
Not used in GDI+ version 1.0.
|
static int |
ScanMethodInterlaced
Not used in GDI+ version 1.0.
|
static int |
ScanMethodNonInterlaced
Not used in GDI+ version 1.0.
|
static int |
TransformFlipHorizontal
Specifies that the image is to be flipped horizontally (about the vertical axis).
|
static int |
TransformFlipVertical
Specifies that the image is to be flipped vertically (about the horizontal axis).
|
static int |
TransformRotate180
Specifies that the image is to be rotated 180 degrees about its center.
|
static int |
TransformRotate270
Specifies that the image is to be rotated clockwise 270 degrees about its center.
|
static int |
TransformRotate90
Specifies that the image is to be rotated clockwise 90 degrees about its center.
|
static int |
VersionGif87
Not used in GDI+ version 1.0.
|
static int |
VersionGif89
Not used in GDI+ version 1.0.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int ColorTypeCMYK
Not used in GDI+ version 1.0.
public static final int ColorTypeYCCK
Not used in GDI+ version 1.0.
public static final int CompressionLZW
Specifies the LZW compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the Compression category.
public static final int CompressionCCITT3
Specifies the CCITT3 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
public static final int CompressionCCITT4
Specifies the CCITT4 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
public static final int CompressionRle
Specifies the RLE compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
public static final int CompressionNone
Specifies no compression. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
public static final int ScanMethodInterlaced
Not used in GDI+ version 1.0.
public static final int ScanMethodNonInterlaced
Not used in GDI+ version 1.0.
public static final int VersionGif87
Not used in GDI+ version 1.0.
public static final int VersionGif89
Not used in GDI+ version 1.0.
public static final int RenderProgressive
Not used in GDI+ version 1.0.
public static final int RenderNonProgressive
Not used in GDI+ version 1.0.
public static final int TransformRotate90
Specifies that the image is to be rotated clockwise 90 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.
public static final int TransformRotate180
Specifies that the image is to be rotated 180 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.
public static final int TransformRotate270
Specifies that the image is to be rotated clockwise 270 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.
public static final int TransformFlipHorizontal
Specifies that the image is to be flipped horizontally (about the vertical axis). Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.
public static final int TransformFlipVertical
Specifies that the image is to be flipped vertically (about the horizontal axis). Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.
public static final int MultiFrame
Specifies that the image has more than one frame (page). Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.
public static final int LastFrame
Specifies the last frame in a multiple-frame image. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.
public static final int Flush
Specifies that a multiple-frame file or stream should be closed. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.
public static final int FrameDimensionTime
Not used in GDI+ version 1.0.
public static final int FrameDimensionResolution
Not used in GDI+ version 1.0.
public static final int FrameDimensionPage
Specifies that a frame is to be added to the page dimension of an image. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.