Gets or sets the number of levels that will be used for Latitude reduction.
public int LatitudeLevels { get; set; }
Public Property LatitudeLevels As Integer
public int LatitudeLevels {get; set;}
@property (nonatomic, assign) NSUInteger latitudeLevels
public int getLatitudeLevels()
public void setLatitudeLevels(int value)
<br/>get_LatitudeLevels();<br/>set_LatitudeLevels(value);<br/>Object.defineProperty('LatitudeLevels');
The number of levels that will be used for Latitude reduction. Valid values are from 1 to maximum number of levels of the image. You can also pass -1 to use the default level value (which is 5). This option will be used only if MultiscaleEnhancementCommandFlags.LatitudeReduction is set in the Flags property. Passing zero will return an error code.
Refer to MultiscaleEnhancementCommand.
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