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
System.System.IntPtr System.nativeint

The index of the first page to exchange.

indexB
System.System.IntPtr System.nativeint

The index of the second page to exchange.

Attributes

Applies to