PdfSize Methods

The PdfSize type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd
Adds the width and height of one PdfSize structure to the width and height of another PdfSize structure.
Public methodEquals(Object)
Tests to see whether the specified object is a PdfSize with the same dimensions as this PdfSize.
(Overrides ValueType.Equals(Object).)
Public methodEquals(PdfSize)
Tests to see whether the specified size has the same dimensions as this PdfSize.
Public methodGetHashCode
Returns a hash code for this PdfSize structure.
(Overrides ValueType.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodStatic memberSubtract
Subtracts the width and height of one PdfSize structure from the width and height of another PdfSize structure.
Public methodToPdfPoint
Converts a PdfSize to a PdfPoint.
Public methodToString()
Converts this PdfSize to a human readable string.
(Overrides ValueType.ToString().)
Public methodToString(IFormatProvider)
Converts this PdfSize to a human readable string.

Extension Methods

  NameDescription
Public Extension MethodToPointF
Converts a PdfSize to a PointF.
(Defined by PdfSizeGdiExtensions.)
Public Extension MethodToSize
Converts a PdfSize to a Size.
(Defined by PdfSizeGdiExtensions.)
Public Extension MethodToSizeF
Converts a PdfSize to a SizeF.
(Defined by PdfSizeGdiExtensions.)

See Also