Click or drag to resize

BorderStyle Class

The BorderStyle object represents a border than may surround an annotation including border width, style and dash pattern.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.AnnotationsBorderStyle

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class BorderStyle : IValidatable

The BorderStyle type exposes the following members.

Constructors
  NameDescription
Public methodBorderStyle
Initializes a new instance of the BorderStyle class with StyleKind set to Solid and DashPattern set to DefaultDashPattern.
Top
Properties
  NameDescription
Public propertyDashPattern
Gets or sets the dash pattern for the border.
Public propertyStatic memberDefaultDashPattern
Gets the default dash pattern for PDF border styles.
Public propertyStatic memberEmptyDashPattern
Gets an empty dash pattern which represents a solid line.
Public propertyStyleKind
Gets or sets the style of the border.
Public propertyWidth
Gets or sets the width of the border - default is 0, value is specified to be non-negative.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeRepairContext
Makes the repair context for repairing problems in this object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the BorderStyle accumulating any problems.
Top
See Also