Gets or sets the maximum registration mark scale to be detected.
public int MaximumScale { get; set; }
Public Property MaximumScale As Integer
public int MaximumScale {get; set;}
@property (nonatomic, assign) NSUInteger maximumScale
public int getMaximumScale()
public void setMaximumScale(int value)
<br/>get_MaximumScale();<br/>set_MaximumScale(value);<br/>Object.defineProperty('MaximumScale');
Maximum registration mark scale to be detected. This is a percentage. It must not be lower than MinimumScale. 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