FrameSizeRoundingDirection Property

Summary
Gets or sets the rounding direction of the frame size.
Syntax
C#
VB
C++
public RoundingDirection FrameSizeRoundingDirection { get; set; } 
  
Public Property FrameSizeRoundingDirection As RoundingDirection 
public: 
property RoundingDirection FrameSizeRoundingDirection { 
   RoundingDirection get(); 
   void set (    RoundingDirection ); 
} 

Property Value

A RoundingDirection value that specifies how to select an available codestream image resolution for each requested codestream.

Remarks

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.

Example

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

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.