PDFsharp-net6

PdfAnnotationBorder

Namespace: PdfSharp.Pdf.Annotations

Specifies the characteristics of an PdfAnnotation’s border

public class PdfAnnotationBorder

Inheritance ObjectPdfAnnotationBorder

Properties

Width

The width of the border in points

public int Width { get; set; }

Property Value

Int32

HorizontalRadius

Horizontal radius of the border

public int HorizontalRadius { get; set; }

Property Value

Int32

VerticalRadius

Vertical radius of the border

public int VerticalRadius { get; set; }

Property Value

Int32

BorderStyle

The border-style

public PdfAnnotationBorderStyle BorderStyle { get; set; }

Property Value

PdfAnnotationBorderStyle

DashPattern

A dash array defining a pattern of dashes and gaps that shall be used in drawing a dashed border

public Int32[] DashPattern { get; set; }

Property Value

Int32[]

Constructors

PdfAnnotationBorder()

public PdfAnnotationBorder()