VectSharp 2.6.1
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.PDF.AnnotationStyle Class Reference

Describes the appearance of a PDF annotation. More...

Public Member Functions

 AnnotationStyle (double borderWidth=1, LineDash? borderDash=null, Colour? borderColour=default)
 Create a new AnnotationStyle. More...
 

Properties

double BorderWidth = 1 [get, set]
 Thickness of the annotation border. More...
 
LineDashBorderDash = null [get, set]
 Dash style for the annotation border. More...
 
Colour BorderColour = Colours.Black [get, set]
 Colour for the annotation border. More...
 

Detailed Description

Describes the appearance of a PDF annotation.

Definition at line 26 of file AnnotationStyles.cs.

Constructor & Destructor Documentation

◆ AnnotationStyle()

VectSharp.PDF.AnnotationStyle.AnnotationStyle ( double  borderWidth = 1,
LineDash borderDash = null,
Colour borderColour = default 
)

Create a new AnnotationStyle.

Definition at line 47 of file AnnotationStyles.cs.

Property Documentation

◆ BorderColour

Colour VectSharp.PDF.AnnotationStyle.BorderColour = Colours.Black
getset

Colour for the annotation border.

Definition at line 41 of file AnnotationStyles.cs.

◆ BorderDash

LineDash? VectSharp.PDF.AnnotationStyle.BorderDash = null
getset

Dash style for the annotation border.

Definition at line 36 of file AnnotationStyles.cs.

◆ BorderWidth

double VectSharp.PDF.AnnotationStyle.BorderWidth = 1
getset

Thickness of the annotation border.

Definition at line 31 of file AnnotationStyles.cs.


The documentation for this class was generated from the following file: