PdfSelection.Draw Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Draw(PdfPage, PdfDisplayBox, Boolean) |
Draws the specified highlight rectangle ( |
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
- box
- PdfDisplayBox
- 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