The FrameSizeRoundingDirection Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the rounding direction of the frame size.Visual Basic (Declaration) | |
---|---|
Public Property FrameSizeRoundingDirection As RoundingDirection |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ViewWindowFields Dim value As RoundingDirection instance.FrameSizeRoundingDirection = value value = instance.FrameSizeRoundingDirection |
C# | |
---|---|
public RoundingDirection FrameSizeRoundingDirection {get; set;} |
C++/CLI | |
---|---|
public: property RoundingDirection FrameSizeRoundingDirection { RoundingDirection get(); void set ( RoundingDirection value); } |
Property Value
A RoundingDirection value that specifies how to select an available codestream image resolution for each requested codestream.For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Use this field to specify the best matching resolution when the resolution specified in the FrameSize field is not available in the requested image.
The default value is RoundingDirection.Round_Down.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7