- pageIndex
- Specifies the index of the page that contains the zone to be updated. This is a zero-based index.
- zoneIndex
- Specifies the index of the zone to be updated. This is a zero-based index.
- zoneData
- RasterDocumentZoneData class that contains information used to update the zone.
Visual Basic (Declaration) | |
---|---|
Public Sub UpdateZone( _ ByVal pageIndex As Integer, _ ByVal zoneIndex As Integer, _ ByVal zoneData As RasterDocumentZoneData _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- pageIndex
- Specifies the index of the page that contains the zone to be updated. This is a zero-based index.
- zoneIndex
- Specifies the index of the zone to be updated. This is a zero-based index.
- zoneData
- RasterDocumentZoneData class that contains information used to update the zone.
Refer to RasterDocumentEngine.GetZone example.
Adds updating a zone in the zone list of the specified page. After the zone is added, the zone list is recalculated automatically.
When adding a zone, the application should directly initialize the following properties of the RasterDocumentZoneData class, since these members will not take their default values:
For more information, refer to Working with Zones.
- RasterDocumentZoneData.Area property
- RasterDocumentZoneData.Rectangle property
- RasterDocumentZoneData.FillMethod property
- RasterDocumentZoneData.CharacterFilter property
- RasterDocumentZoneData.Type property
- RasterDocumentZoneData.RecognizeModule property
For more information, refer to Working with Zones.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family