Visual Basic (Declaration) | |
---|---|
Public Function GetSelectedZoneData( _ ByVal pageIndex As Integer _ ) As RasterDocumentZoneData |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.VB.NET
Refer to UpdateZoneArea example.
For more information, refer to Drawing Pages and Zones.
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
Reference
RasterDocumentEngine ClassRasterDocumentEngine Members
AddZone Method
UpdateZone Method
DrawPage(Graphics,Int32,Rectangle,Rectangle,Rectangle,Rectangle,RasterPaintProperties) Method
SelectZoneByPoint(Graphics,Int32,Point) Method
SelectZone(Graphics,Int32,Int32,Boolean) Method
UpdateZoneArea Method
ActivePage Property