Share via


PdfSelection.AddSelection(PdfSelection) Method

Definition

Adds the provided selection to this selection.

[Foundation.Export("addSelection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddSelection(PdfKit.PdfSelection selection);
[<Foundation.Export("addSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddSelection : PdfKit.PdfSelection -> unit
override this.AddSelection : PdfKit.PdfSelection -> unit

Parameters

selection
PdfSelection
Attributes

Applies to