Syntax
public enum EncoderValue
Remarks
Members
Member Name | Description |
---|
ColorTypeCMYK |
Not used in GDI+ version 1.0.
|
ColorTypeYCCK |
Not used in GDI+ version 1.0.
|
CompressionCCITT3 |
Specifies the CCITT3 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
|
CompressionCCITT4 |
Specifies the CCITT4 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
|
CompressionLZW |
Specifies the LZW compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the Compression category.
|
CompressionNone |
Specifies no compression. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
|
CompressionRle |
Specifies the RLE compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.
|
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.
|
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.
|
FrameDimensionResolution |
Not used in GDI+ version 1.0.
|
FrameDimensionTime |
Not used in GDI+ version 1.0.
|
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.
|
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.
|
RenderNonProgressive |
Not used in GDI+ version 1.0.
|
RenderProgressive |
Not used in GDI+ version 1.0.
|
ScanMethodInterlaced |
Not used in GDI+ version 1.0.
|
ScanMethodNonInterlaced |
Not used in GDI+ version 1.0.
|
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.
|
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.
|
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.
|
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.
|
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.
|
VersionGif87 |
Not used in GDI+ version 1.0.
|
VersionGif89 |
Not used in GDI+ version 1.0.
|
Requirements
Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0