Gets or sets the rounding direction of the frame size.
public RoundingDirection FrameSizeRoundingDirection { get; set; }
Public Property FrameSizeRoundingDirection As Leadtools.Jpip.RoundingDirection
public:
property Leadtools.Jpip.RoundingDirection FrameSizeRoundingDirection {
Leadtools.Jpip.RoundingDirection get();
void set ( Leadtools.Jpip.RoundingDirection );
}
A RoundingDirection value that specifies how to select an available codestream image resolution for each requested codestream.
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.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET