Copy the values for left, right, top and bottom and Background from another Border object.

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

Syntax

C#
public void CopyFrom(
	Border other
)
Visual Basic
Public Sub CopyFrom ( _
	other As Border _
)

Parameters

other
Type: TallComponents.PDF.Layout..::..Border
The object to copy values from.

See Also