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


"

For a list of all members of this type, see ColorResolutionCommandDataEventArgs members.

"

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