←Select platform

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 Leadtools.Jpip.RoundingDirection 
public: 
property Leadtools.Jpip.RoundingDirection FrameSizeRoundingDirection { 
   Leadtools.Jpip.RoundingDirection get(); 
   void set (    Leadtools.Jpip.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly