C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a rectangle structure that contains the area to be searched for registration marks (in pixels).
public LeadRect Rectangle { get; set; }
Public Property Rectangle As Leadtools.LeadRect
public Leadtools.LeadRect Rectangle {get; set;}
@property (nonatomic, assign) LeadRect rectangle
public LeadRect getRectangle()
public void setRectangle(LeadRect value)
<br/>get_Rectangle();<br/>set_Rectangle(value);<br/>Object.defineProperty('Rectangle');
public:
property Leadtools.LeadRect Rectangle {
Leadtools.LeadRect get();
void set ( Leadtools.LeadRect );
}
The area to be searched for registration marks (in pixels).
For more information, refer to Detecting Registration Marks.
Refer to SearchRegistrationMarksCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET