←Select platform

RasterSaveDialogFormatFlags Enumeration

Summary

The options a format supports.

Syntax

C#
VB
C++
[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   

Members

ValueMemberDescription
0x00000000NoneThe format does not support any special options.
0x00000001ProgressiveThe format supports Progressive Passes.
0x00000002CmpQualityFactorPredefinedThe format supports the predefined Cmp Quality Factor, Leadtools.Codecs.CodecsCmpQualityFactorPredefined.
0x00000004QualityFactorThe format supports the Quality Factor.
0x00000008MultiPageThe format supports Multipage options.
0x00000010StampThe format supports Stamp options.
0x00000020LosslessJpegThe format supports the Lossless JPEG compression.
0x00000040Jpeg2000BasicThe format supports basic Jpeg2000 options.
0x00000080Jpeg2000AdvancedThe format supports advanced Jpeg2000 options.
0x00000100PngQualityFactorThe format supports a quality factor between (0-9).
0x00000200AbcQualityFactorThe format supports the Abc custom quality factors, see Leadtools.Codecs.CodecsAbcQualityFactor
0x00000400EcwQualityFactorThe format supports a quality factor between (1-100).
0x00000800Jpeg2000AlphaChannelThe format supports JPEG 2000 alpha channels
0x00001000Jbig2SupportThe format supports JBIG2 options.
0x00002000XpsPngQualityFactorThe format supports a quality factor between (0-9).
0x00004000XpsJpegQualityFactorThe format supports a quality factor between (0, 2-255).
0x00008000PdfProfilesThe format supports PDF Profiles.
0x00010000BigTiffThe format supports Big Tiff.
Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly