Click or drag to resize

PdfRectangle Methods

The PdfRectangle type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfRectangle instance.
(Overrides ObjectEquals(Object))
Public methodEquals(PdfRectangle) Determines whether the other PdfRectangle is equal to this PdfRectangle instance.
Public methodGetHashCode Returns a hash code for this PdfRectangle instance.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfRectangle instance.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also