Visual Basic (Declaration) | |
---|---|
Public Enum RoundingDirection Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RoundingDirection : Enum |
C++/CLI | |
---|---|
public enum class RoundingDirection : public Enum |
Member | Description |
---|---|
Closest | For each requested codestream, the codestream image resolution that is closest to the specified size in area shall be selected. |
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. |
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. |
For an example, refer to HttpRequestEncoder.
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.RoundingDirection
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family