PdfDocument.ExchangePages(IntPtr, IntPtr) 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:")]
[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