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:

Properties

BeveledA simulated embossed rectangle that appears to be raised above the surface of the page.
DashedA dashed rectangle surrounding a field.
InsetA simulated engraved rectangle that appears to be recessed below the surface of the page.
SolidA solid rectangle surrounding a field.
ThicknessGets and Sets the BorderThickness for the field.
UnderlineA 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)

See Also

ceTe.DynamicPDF.PageElements.Forms

In this topic