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 RoundingDirection : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Jpip.RoundingDirection = function() { }; Leadtools.Jpip.RoundingDirection.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RoundingDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.RoundingDirection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2