Click or drag to resize

PdfControlBorderStyle Property

Gets or sets a border style (see PdfBorderStyle) specifying the line width, style and dash pattern to be used in drawing.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public PdfBorderStyle BorderStyle { get; set; }

Property Value

PdfBorderStyle
After changing this property, you must call the ResetAppearance method for the changes to take effect.
See Also