PdfSelection.Draw Method

Definition

Overloads

Draw(PdfPage, PdfDisplayBox, Boolean)

Draws the specified highlight rectangle (box) in the current highlight color.

Draw(PdfPage, Boolean)

Draws the default highlight rectangle in the current highlight color.

Draw(PdfPage, PdfDisplayBox, Boolean)

Draws the specified highlight rectangle (box) in the current highlight color.

[Foundation.Export("drawForPage:withBox:active:")]
public virtual void Draw (PdfKit.PdfPage page, PdfKit.PdfDisplayBox box, bool active);
abstract member Draw : PdfKit.PdfPage * PdfKit.PdfDisplayBox * bool -> unit
override this.Draw : PdfKit.PdfPage * PdfKit.PdfDisplayBox * bool -> unit

Parameters

page
PdfPage
active
Boolean
Attributes

Applies to

Draw(PdfPage, Boolean)

Draws the default highlight rectangle in the current highlight color.

[Foundation.Export("drawForPage:active:")]
public virtual void Draw (PdfKit.PdfPage page, bool active);
abstract member Draw : PdfKit.PdfPage * bool -> unit
override this.Draw : PdfKit.PdfPage * bool -> unit

Parameters

page
PdfPage
active
Boolean
Attributes

Applies to