RegionSize Property

Summary
Gets or sets the region for the requested view window.
Syntax
C#
VB
C++
public LeadSize RegionSize { get; set; } 
  
Public Property RegionSize As LeadSize 
public: 
property LeadSize RegionSize { 
   LeadSize get(); 
   void set (    LeadSize ); 
} 

Property Value

A Leadtools.LeadSize value used to identify the horizontal and vertical extent (size) of the spatial region associated with the requested view window.

Remarks

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.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.