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


"

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

"

Public Properties

 NameDescription
public Property DataGets or sets the data array.  
public Property DataPointer(Read only) Gets data pointer.  
public Property DataSize(Read only) Gets the size of data pointer.  
public Property HeightGets or sets the registration mark height, in pixels.  
public Property MarkDetectedCountGets or sets the number of detected registration marks inside the search area.  
public Property MarkDetectedPointsGets or sets an array which will be filled with the location points of the detected registration marks.  
public Property MaximumScaleGets or sets the maximum registration mark scale to be detected.  
public Property MinimumScaleGets or sets the minimum registration mark scale to be detected.  
public Property RectangleGets or sets a rectangle structure that contains the area to be searched for registration marks (in pixels).  
public Property SearchMarkCountGets or sets the number of registration marks expected inside the search area.  
public Property TypeGets or sets a value that represents the registration mark type.  
public Property WidthGets or sets the registration mark width, in pixels.  
Top

See Also