LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorResolutionCommandDataEventArgs Class Members
See Also  Properties 
Leadtools.ImageProcessing Namespace : ColorResolutionCommandDataEventArgs Class

The following tables list the members exposed by ColorResolutionCommandDataEventArgs.

Public Properties

 NameDescription
public Property CancelGets or sets a value indicating whether to abort the color resolution command. Supported in Silverlight, Windows Phone 7  
public Property DataGets the unmanaged buffer containing one or more lines of output image data that the command has already converted.  
public Property DataArrayGets the managed buffer containing one or more lines of output image data that the command has already converted. Supported in Silverlight, Windows Phone 7  
public Property ImageGets the source image being converted. Supported in Silverlight, Windows Phone 7  
public Property LinesGets the number of lines in the Data or DataArraybuffers. Supported in Silverlight, Windows Phone 7  
Top

See Also