Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property SelectedZoneIndex As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int SelectedZoneIndex {get;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_SelectedZoneIndex(); |
Return Value
The index for the selected zone.Refer to SelectZoneByPoint example.
This property specifies the selected zone index. It will also be updated after calling the following
methods:
- SelectZoneByPoint method.
- SelectZone method.
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
RemoveSelectedZone Method
UpdateZoneArea Method
GetSelectedZoneData Method
ActivePage Property