- pageIndex
- Page index. This index is zero-based.
- zoneIndex
- Zone index to be updated. This index is zero-based.
- area
- Specifies the new zone area to be updated.
Visual Basic (Declaration) | |
---|---|
Public Sub UpdateZoneArea( _ ByVal pageIndex As Integer, _ ByVal zoneIndex As Integer, _ ByVal area As Rectangle _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- pageIndex
- Page index. This index is zero-based.
- zoneIndex
- Zone index to be updated. This index is zero-based.
- area
- Specifies the new zone area to be updated.
Visual Basic | Copy Code |
---|---|
Public Sub UpdateZoneAreaExample(ByVal graph As Graphics) |
C# | Copy Code |
---|---|
public void UpdateZoneAreaExample(Graphics graph) |
Updates the specified zone area in the specified page.
To update general zone information, call
UpdateZone.
For more information, refer to Drawing Pages and Zones.
For more information, refer to Drawing Pages and Zones.
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
GetSelectedZoneData Method
ActivePage Property