Parameters
- indices
- An array with new indices of TIFF pages.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if indices is null. |
System.ArgumentOutOfRangeException | Thrown if length of indices and this collection is not the same. |
Indices array determines new order of pages in the collection, i.e. first page in the collection must have indices[0] position, second page in the collection must have indices[1] position, third page in the collection must have indices[2] position, etc.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5