Leadtools.Jpip Namespace : RoundingDirection Enumeration |
public enum RoundingDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RoundingDirection Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RoundingDirection
public enum class RoundingDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | 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. |
0x00000001 | 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. |
0x00000002 | Closest | For each requested codestream, the codestream image resolution that is closest to the specified size in area shall be selected. |
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.RoundingDirection