PdfDocument.ExchangePages(nint, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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