Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
GetSelectedZoneData Method
See Also 
Leadtools.Document Namespace > RasterDocumentEngine Class : GetSelectedZoneData Method




pageIndex
Specify the page index. This is a zero-based index.
Gets a zone data for the selected zone.

Syntax

Visual Basic (Declaration) 
Public Function GetSelectedZoneData( _
   ByVal pageIndex As Integer _
) As RasterDocumentZoneData
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentEngine
Dim pageIndex As Integer
Dim value As RasterDocumentZoneData
 
value = instance.GetSelectedZoneData(pageIndex)
C# 
public RasterDocumentZoneData GetSelectedZoneData( 
   int pageIndex
)
Managed Extensions for C++ 
public: RasterDocumentZoneData* GetSelectedZoneData( 
   int pageIndex
) 
C++/CLI 
public:
RasterDocumentZoneData^ GetSelectedZoneData( 
   int pageIndex
) 

Parameters

pageIndex
Specify the page index. This is a zero-based index.

Return Value

RasterDocumentZoneData class that contains the zone data for the selected zone in the specified page.

Example

VB.NET

Refer to UpdateZoneArea example.

Remarks

For more information, refer to Drawing Pages and Zones.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features