LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RoundingDirection Enumeration
See Also  
Leadtools.Jpip Namespace : RoundingDirection Enumeration



The RoundingDirection Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Specifies rounding direction options.

Syntax

Visual Basic (Declaration) 
Public Enum RoundingDirection 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RoundingDirection
C# 
public enum RoundingDirection : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RoundingDirection : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ClosestFor each requested codestream, the codestream image resolution that is closest to the specified size in area shall be selected.
Round_DownFor 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_UpFor 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.

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Jpip.RoundingDirection

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features