BorderStyle
A border style class specifying the characteristics of a field’s border. An field may optionally be surrounded by a border when displayed or printed. If present, the border is drawn completely inside a field rectangle.
public class BorderStyle
Public Class BorderStyle
Inheritance: ObjectBorderStyle
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Beveled | A simulated embossed rectangle that appears to be raised above the surface of the page. |
Dashed | A dashed rectangle surrounding a field. |
Inset | A simulated engraved rectangle that appears to be recessed below the surface of the page. |
Solid | A solid rectangle surrounding a field. |
Thickness | Gets and Sets the BorderThickness for the field. |
Underline | A single line along the bottom of a field's rectangle. |
Methods
Draw(DocumentWriter) | Draws the BorderStyle's dictionary entries to the given DocumentWriter object. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
SetMedium() | Sets the border line width as medium. |
SetThick() | Sets the border line width as Thick. |
SetThin() | Sets the border line width as thin. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |