Click or drag to resize

PdfSize Methods

The PdfSize type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Specifies whether this PdfSize has the same size as the specified Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PdfSize)
Specifies whether this PdfSize contains the same coordinates as the specified size.
Public methodFitToSize
Scale to fit given size while maintaining the aspect ratio.
Public methodGetHashCode
Returns the hash code for this PdfSize.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string that represents this instance of PdfSize.
(Overrides ObjectToString.)
Top
See Also