Click or drag to resize

AnnotBorderStyle Class

BorderStyle structure specifies the Characteristics of the annotation’s border. The border is specified as a rounded rectangle.
Inheritance Hierarchy
SystemObject
  pdftron.PDFAnnotBorderStyle

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class AnnotBorderStyle

The AnnotBorderStyle type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyborder_style
Gets the style of the border style.
Public propertydash
Public propertyhr
Horizontal corner radius
Public propertyvr
Vertical corner radius
Public propertywidth
Border width
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also