PdfBox Methods

The PdfBox type exposes the following members.

Methods

  NameDescription
Public methodEquals
Tests whether obj is a PdfBox with the same properties.
(Overrides ValueType.Equals(Object).)
Public methodStatic memberFromRectangle
Maps PdfRectangle structure expressed in PdfPage coordinate system to PDF's default user space.
Public methodGetHashCode
Gets the hash code for this PdfBox structure.
(Overrides ValueType.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodToRectangle
Maps this PdfBox structure to PdfPage coordinate system.
Public methodToString()
Converts this PdfBox to a human-readable string.
(Overrides ValueType.ToString().)
Public methodToString(IFormatProvider)
Converts this PdfBox to a human-readable string.

Extension Methods

  NameDescription
Public Extension MethodToRectangleF
Maps this PdfBox structure to PdfPage coordinate system.
(Defined by PdfBoxGdiExtensions.)

See Also