The options a format supports.
[FlagsAttribute()]
public enum RasterSaveDialogFormatFlags
<FlagsAttribute()>
Public Enum RasterSaveDialogFormatFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class RasterSaveDialogFormatFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | The format does not support any special options. |
0x00000001 | Progressive | The format supports Progressive Passes. |
0x00000002 | CmpQualityFactorPredefined | The format supports the predefined Cmp Quality Factor, Leadtools.Codecs.CodecsCmpQualityFactorPredefined. |
0x00000004 | QualityFactor | The format supports the Quality Factor. |
0x00000008 | MultiPage | The format supports Multipage options. |
0x00000010 | Stamp | The format supports Stamp options. |
0x00000020 | LosslessJpeg | The format supports the Lossless JPEG compression. |
0x00000040 | Jpeg2000Basic | The format supports basic Jpeg2000 options. |
0x00000080 | Jpeg2000Advanced | The format supports advanced Jpeg2000 options. |
0x00000100 | PngQualityFactor | The format supports a quality factor between (0-9). |
0x00000200 | AbcQualityFactor | The format supports the Abc custom quality factors, see Leadtools.Codecs.CodecsAbcQualityFactor |
0x00000400 | EcwQualityFactor | The format supports a quality factor between (1-100). |
0x00000800 | Jpeg2000AlphaChannel | The format supports JPEG 2000 alpha channels |
0x00001000 | Jbig2Support | The format supports JBIG2 options. |
0x00002000 | XpsPngQualityFactor | The format supports a quality factor between (0-9). |
0x00004000 | XpsJpegQualityFactor | The format supports a quality factor between (0, 2-255). |
0x00008000 | PdfProfiles | The format supports PDF Profiles. |
0x00010000 | BigTiff | The format supports Big Tiff. |
0x00020000 | Jbig2QualityFactor | The format supports a quality factor (0 for Jbig2 lossless and 2 for Jbig2 near lossless) |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document