Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
CreateGrayscaleImageCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing Namespace : CreateGrayscaleImageCommand Class


The following tables list the members exposed by CreateGrayscaleImageCommand.

Public Constructors

 NameDescription
Public ConstructorCreateGrayscaleImageCommand ConstructorOverloaded.  Initializes a new instance of the CreateGrayscaleImageCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBitsPerPixel Gets or sets the number of bits for the destination image.  
Public PropertyDestinationImage Gets the resulting image.  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public PropertyHighBit Gets or sets the high bit used for window leveling when the BitsPerPixel is 12 or 16.  
Public PropertyLowBit Gets or sets the low bit used for window leveling when the BitsPerPixel is 12 or 16.  
Top

Public Methods

 NameDescription
Public MethodOnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public MethodRun Implements IRasterCommand.Run. (Inherited from RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventProgress Implements Progress. (Inherited from RasterCommand)
Top

See Also