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