Public Overloads Sub DeletePages( _ ByVal pageIndices As IEnumerable(Of Integer) _ )
public void DeletePages( IEnumerable<int> pageIndices )
Parameters
- pageIndices
- The indices of the pages to delete
Public Overloads Sub DeletePages( _ ByVal pageIndices As IEnumerable(Of Integer) _ )
public void DeletePages( IEnumerable<int> pageIndices )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)