Gets or sets the requested image resolution size.
public LeadSize FrameSize { get; set; }
Public Property FrameSize As Leadtools.LeadSize
public:
property Leadtools.LeadSize FrameSize {
Leadtools.LeadSize get();
void set ( Leadtools.LeadSize );
}
The Leadtools.LeadSize of the requested image resolution size.
Use this field to identify the desired resolution of the image. If the requested resolution is not available for the desired image, the server will decide the best resolution using the RoundingDirection field.
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