Click or drag to resize

PdfBorderStyle Class

Represents border style.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.WrappersPdfBorderStyle

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfBorderStyle : PdfWrapper

The PdfBorderStyle type exposes the following members.

Constructors
 NameDescription
Public methodPdfBorderStyle Creates new instance of PdfBorderStyle.
Public methodPdfBorderStyle(PdfTypeBase) Creates a new instance of PdfBorderStyle and initialize it with specified dictionary
Top
Properties
 NameDescription
Public propertyDashPattern Gets or sets an array defining a pattern of dashes and gaps to be used in drawing a dashed border.
Public propertyStyle Gets or sets border style.
Public propertyWidth Gets or sets the border width in points.
Top
Remarks
An annotation may optionally be surrounded by a border when displayed or printed. If present, the border is drawn completely inside the annotation rectangle. In PDF 1.1, the characteristics of the border are specified by the Border entry in the annotation dictionary. Beginning with PDF 1.2, some types of annotations may instead specify their border characteristics in a BorderStyle property.
Note  Note
If neither the Border nor the BS entry is present, the border is drawn as a solid line with a width of 1 point.
See Also