Visual Basic (Declaration) | |
---|---|
Public Property FrameSizeRoundingDirection As RoundingDirection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RoundingDirection FrameSizeRoundingDirection {get; set;} |
C++/CLI | |
---|---|
public: property RoundingDirection FrameSizeRoundingDirection { RoundingDirection get(); void set (RoundingDirection value); } |
Return Value
A RoundingDirection value that specifies how to select an available codestream image resolution for each requested codestream.For an example, refer to 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family