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
특성

적용 대상