The RegionSize Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the region for the requested view window.Visual Basic (Declaration) | |
---|---|
Public Property RegionSize As LeadSize |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ViewWindowFields Dim value As LeadSize instance.RegionSize = value value = instance.RegionSize |
C# | |
---|---|
public LeadSize RegionSize {get; set;} |
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.For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7