A rectangle represents an area on the page.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..Rectangle

See Also