Overload | Description |
---|---|
SelectZone(Graphics,Int32,Int32,Boolean) | Selects or deselects the specified zone and draws it in the specified Graphics object. |
SelectZone(IntPtr,Int32,Int32,Boolean) | Selects or deselects the specified zone and draws it in the specified Graphics object. |
Refer to DrawPage example.
Selects or deselects the specified zone in the specified page and draws the results into the specified Graphics object.
To draw a page, call DrawPage method.
To select a zone by specifying a hit point, call SelectZoneByPoint.
This method will update the SelectedZoneIndex property value as follows:
This method will update the SelectedZoneIndex property value as follows:
- If the selectZone parameter value is true, then SelectedZoneIndex property will be updated to equal to zoneIndex parameter value
- If the selectZone parameter value is false, then SelectedZoneIndex property will be -1.
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
RemoveSelectedZone Method
UpdateZoneArea Method
GetSelectedZoneData Method
ActivePage Property