共用方式為


PdfSelection.Draw 方法

定義

多載

Draw(PdfPage, PdfDisplayBox, Boolean)

在目前的反白顯示色彩中繪製指定的醒目提示矩形 (box) 。

Draw(PdfPage, Boolean)

在目前的醒目提示色彩中繪製預設醒目提示矩形。

Draw(PdfPage, PdfDisplayBox, Boolean)

在目前的反白顯示色彩中繪製指定的醒目提示矩形 (box) 。

[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

參數

page
PdfPage
active
Boolean
屬性

適用於

Draw(PdfPage, Boolean)

在目前的醒目提示色彩中繪製預設醒目提示矩形。

[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

參數

page
PdfPage
active
Boolean
屬性

適用於