- pageIndex
- Specifies the index of the page for which the zone(s) will be deleted. This is a zero-based index.
- zoneIndex
- Specifies the index of the zone(s) to be deleted. This is a zero-based index.
Visual Basic (Declaration) | |
---|---|
Public Sub RemoveZone( _ ByVal pageIndex As Integer, _ ByVal zoneIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- pageIndex
- Specifies the index of the page for which the zone(s) will be deleted. This is a zero-based index.
- zoneIndex
- Specifies the index of the zone(s) to be deleted. This is a zero-based index.
Visual Basic | Copy Code |
---|---|
Public Sub RemoveZoneExample() |
C# | Copy Code |
---|---|
// RasterDocumentEngine rasterDocument; |
The zoneIndex parameter specifies the zone that will be deleted. If you pass –1 for the zoneIndex parameter, then this method will remove all zones in the zone list for the specified page.
The index of the first zone in the zone list is zero (0).
For more information, refer to Working with Zones.
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