Gets or sets the minimum registration mark scale to be detected.
public int MinimumScale { get; set; }
Public Property MinimumScale As Integer
public int MinimumScale {get; set;}
@property (nonatomic, assign) NSUInteger minimumScale
public int getMinimumScale()
public void setMinimumScale(int value)
<br/>get_MinimumScale();<br/>set_MinimumScale(value);<br/>Object.defineProperty('MinimumScale');
Minimum registration mark scale to be detected. This is a percentage. It must not exceed MaximumScale. This property accepts only positive values.
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