BorderStyle Class |
Namespace: Atalasoft.PdfDoc.Generating.Annotations
The BorderStyle type exposes the following members.
Name | Description | |
---|---|---|
BorderStyle |
Initializes a new instance of the BorderStyle class with StyleKind set to
Solid and DashPattern set to DefaultDashPattern.
|
Name | Description | |
---|---|---|
DashPattern |
Gets or sets the dash pattern for the border.
| |
DefaultDashPattern |
Gets the default dash pattern for PDF border styles.
| |
EmptyDashPattern |
Gets an empty dash pattern which represents a solid line.
| |
StyleKind |
Gets or sets the style of the border.
| |
Width |
Gets or sets the width of the border - default is 0, value is specified to be non-negative.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeRepairContext |
Makes the repair context for repairing problems in this object.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the BorderStyle accumulating any problems.
|