Share via


PdfDocument.ExchangePages(IntPtr, IntPtr) Method

Definition

Swaps the page at indexA with the one at indexB.

[Foundation.Export("exchangePageAtIndex:withPageAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ExchangePages(IntPtr indexA, IntPtr indexB);
[<Foundation.Export("exchangePageAtIndex:withPageAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExchangePages : nativeint * nativeint -> unit
override this.ExchangePages : nativeint * nativeint -> unit

Parameters

indexA
IntPtr

nativeint

The index of the first page to exchange.

indexB
IntPtr

nativeint

The index of the second page to exchange.

Attributes

Applies to