[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Border

Border Class

Defines properties of the annotation's border.

Inheritance
Border
Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class Border : NotifyObject
Public Class Border
    Inherits NotifyObject

Constructors

Name Description
Border()

Properties

Name Description
Color

Gets or sets the border color.

DashPattern

Gets or sets the dash pattern, used if Style == Dashed.

Style

Gets or sets the border style.

Width

Gets or sets the border's width in points (1/72 inch).

Methods

Name Description
AssignFrom(Border)

Copies all property values from another object. Note! This method does not raise PropertyChanged event.

Clone()

Creates a new object that is a copy of the current instance.