Gets or sets the region for the requested view window.
public LeadSize RegionSize { get; set; }
Public Property RegionSize As Leadtools.LeadSize
public:
property Leadtools.LeadSize RegionSize {
Leadtools.LeadSize get();
void set ( Leadtools.LeadSize );
}
A Leadtools.LeadSize value used to identify the horizontal and vertical extent (size) of the spatial region associated with the requested view window.
Use this field in conjunction with the RegionOffset field to specify the desired region of interest (ROI) requested from the server.
If this value is not specified, the region will be extended to the lower right corner of the image.
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