←Select platform

RoundingDirection Enumeration

Summary

Specifies rounding direction options.

Syntax

C#
VB
C++
public enum RoundingDirection 
  
Public Enum RoundingDirection  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RoundingDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0Round_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.
1Round_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.
2Closest For each requested codestream, the codestream image resolution that is closest to the specified size in area shall be selected.
Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

See Also

Reference

Leadtools.Jpip Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly