Specifies the border for objects.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class Border : Object, ICloneable
Visual Basic
<SerializableAttribute> _
Public Class Border _
	Inherits Object _
	Implements ICloneable

Remarks

A border is a rectangle that can be applied to a table, row and cell. The appearance of a border is defined by the four pens with which the left, right, top en bottom edges are drawn and the brush with which the background is filled. The size and position of a border is determined by the enclosed content.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..Border

See Also