Visual Basic (Declaration) | |
---|---|
Public Enum ColorResolutionCommandMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ColorResolutionCommandMode |
C# | |
---|---|
public enum ColorResolutionCommandMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class ColorResolutionCommandMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AllPages | Process all pages in the source image. |
CreateDestinationImage | Create a new image, leaving the source image unchanged. The ColorResolutionCommand.DestinationImage will hold the converted RasterImage. |
InPlace | Convert the source image in place (no copy is made). |
OnlyData | Only provide the converted data in the ColorResolutionCommand.Data event. The source image is unchanged and no new, destination image will be created. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandMode
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7