Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property SelectedZoneIndex As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int SelectedZoneIndex {get;} |
Return Value
The index for the selected zone.Refer to RasterDocumentEngine.SelectZoneByPoint(Graphics,Int32,Point) example.
This property specifies the selected zone index. It will also be updated after calling the following
methods:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 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