C#
VB
C++
Specifies rounding direction options.
public enum RoundingDirection Public Enum RoundingDirectionInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class RoundingDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Round_Up | For each requested codestream, the smallest codestream image resolution whose width and height are both greater than or equal to the specified size shall be selected. |
| 1 | Round_Down | For each requested codestream, the largest codestream image resolution whose width and height are both less than or equal to the specified size shall be selected. |
| 2 | Closest | For each requested codestream, the codestream image resolution that is closest to the specified size in area shall be selected. |
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
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
