Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterSaveDialogFormatFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterSaveDialogFormatFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum RasterSaveDialogFormatFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterSaveDialogFormatFlags : public Enum |
Member | Description |
---|---|
None | The format does not support any special options. |
Progressive | The format supports Progressive Passes. |
CmpQualityFactorPredefined | The format supports the predefined Cmp Quality Factor, CodecsCmpQualityFactorPredefined. |
QualityFactor | The format supports the Quality Factor. |
MultiPage | The format supports Multipage options. |
Stamp | The format supports Stamp options. |
LosslessJpeg | The format supports the Lossless JPEG compression. |
Jpeg2000Basic | The format supports basic Jpeg2000 options. |
Jpeg2000Advanced | The format supports advanced Jpeg2000 options. |
PngQualityFactor | The format supports a quality factor between (0-9). |
AbcQualityFactor | The format supports the Abc custom quality factors, see CodecsAbcQualityFactor |
EcwQualityFactor | The format supports a quality factor between (1-100). |
Jpeg2000AlphaChannel | The format supports JPEG 2000 alpha channels |
Jbig2Support | The format supports JBIG2 options. |
XpsPngQualityFactor | The format supports a quality factor between (0-9). |
XpsJpegQualityFactor | The format supports a quality factor between (0, 2-255). |
Refer to RasterSaveDialog example.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.CommonDialogs.File.RasterSaveDialogFormatFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family