2#ifndef _encoder_value_h_
3#define _encoder_value_h_
5#include "system/enum.h"
6#include "system/enum_helpers.h"
8namespace System {
namespace Drawing {
namespace Imaging {
65struct EnumMetaInfo<
System::Drawing::Imaging::EncoderValue>
71 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Drawing::Imaging::EncoderValue, const char_t*>, 24>& values();
EncoderValue
Specifies the parameter value passed to a JPEG or TIFF image encoder.
Definition: encoder_value.h:10
@ ScanMethodNonInterlaced
Non-interlaced mode.
@ TransformRotate180
Specifies lossless 180-degree rotation for a JPEG image.
@ CompressionLZW
The LZW compression method.
@ FrameDimensionResolution
The resolution frame dimension.
@ CompressionNone
Specifies no compression for a TIFF image.
@ TransformRotate90
Specifies lossless 90-degree clockwise rotation for a JPEG image.
@ RenderNonProgressive
Non-progressive mode.
@ CompressionCCITT4
Specifies the CCITT4 compression method for a TIFF image.
@ CompressionCCITT3
Specifies the CCITT3 compression method for a TIFF image.
@ VersionGif89
Specifies version 89a for a GIF image.
@ FrameDimensionTime
Specifies the time frame dimension for a GIF image.
@ ColorTypeCMYK
The CMYK color space.
@ TransformRotate270
Specifies lossless 270-degree clockwise rotation for a JPEG image.
@ MultiFrame
Multiframe encoding.
@ ScanMethodInterlaced
Interlaced mode.
@ ColorTypeYCCK
The YCCK color space.
@ CompressionRle
Specifies he RLE compression method for a TIFF image.
@ VersionGif87
Specifies version 87 for a TIFF image.
@ TransformFlipHorizontal
Specifies a lossless horizontal flip for a JPEG image.
@ TransformFlipVertical
Specifies a lossless vertical flip for a JPEG image.
@ FrameDimensionPage
Specifies the page frame dimension for a TIFF image.
@ LastFrame
The last frame of a multiframe image.
@ RenderProgressive
Progressive mode.
Definition: db_command.h:9