←Select platform

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

Leadtools.Jpip Assembly