Visual Basic (Declaration) | |
---|---|
Public Sub UpdateZone( _ ByVal pageIndex As Integer, _ ByVal zoneIndex As Integer, _ ByVal zoneData As RasterDocumentZoneData _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: void UpdateZone( int pageIndex, int zoneIndex, RasterDocumentZoneData* zoneData ) |
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 contains information used to update the zone.
Refer to 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.
- Rectangle property
- FillMethod property
- CharacterFilter property
- Type property
- RecognizeModule property
For more information, refer to Working with Zones.
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