Share via


PdfSelection.AddSelections(PdfSelection[]) Method

Definition

Adds the provided selections to this selection.

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

Parameters

selections
PdfSelection[]
Attributes

Applies to