PdfDocument.ExchangePages(nint, nint) Method
Definition
Swaps the page at indexA
with the one at indexB
.
[Foundation.Export("exchangePageAtIndex:withPageAtIndex:")]
public virtual void ExchangePages (nint indexA, nint indexB);
abstract member ExchangePages : nint * nint -> unit
override this.ExchangePages : nint * nint -> unit
Parameters
- indexA
- nint
The index of the first page to exchange.
- indexB
- nint
The index of the second page to exchange.
- Attributes