Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
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 PropertyData Gets or sets the data array.  
Public PropertyDataPointer (Read only) Gets data pointer.  
Public PropertyDataSize (Read only) Gets the size of data pointer.  
Public Propertystatic (Shared in Visual Basic)Empty (Read only) Gets an Empty class.  
Public PropertyHeight Gets or sets the registration mark height, in pixels.  
Public PropertyMarkDetectedCount Gets or sets the number of detected registration marks inside the search area.  
Public PropertyMarkDetectedPoints Gets or sets an array which will be filled with the location points of the detected registration marks.  
Public PropertyMaximumScale Gets or sets the maximum registration mark scale to be detected.  
Public PropertyMinimumScale Gets or sets the minimum registration mark scale to be detected.  
Public PropertyRectangle Gets or sets a Rectangle structure that contains the area to be searched for registration marks (in pixels).  
Public PropertySearchMarkCount Gets or sets the number of registration marks expected inside the search area.  
Public PropertyType Gets or sets a value that represents the registration mark type.  
Public PropertyWidth Gets or sets the registration mark width, in pixels.  
Top

See Also