Click or drag to resize

RectCollection Class

[Missing <summary> documentation for "T:pdftron.PDF.RectCollection"]

Inheritance Hierarchy
SystemObject
  pdftron.PDFRectCollection

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class RectCollection

The RectCollection type exposes the following members.

Constructors
  NameDescription
Public methodRectCollection
Constructor.
Top
Methods
  NameDescription
Public methodAddRect(Rect)
Public methodAddRect(Double, Double, Double, Double)
Public methodClear
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNumRects
Public methodGetRectAt
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also