![]() | PdfSize Class |
Namespace: Opait.Pdf.Api
public class PdfSize : IEquatable<PdfSize>
The PdfSize type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSize |
The default constructor for a zero size.
|
![]() | PdfSize(Double, Double) |
Constructs an instance of the PdfSize class.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Specifies whether this PdfSize has the same size as the specified Object.
(Overrides ObjectEquals(Object).) |
![]() | Equals(PdfSize) |
Specifies whether this PdfSize contains the same coordinates as the specified size.
|
![]() | FitToSize |
Scale to fit given size while maintaining the aspect ratio.
|
![]() | GetHashCode |
Returns the hash code for this PdfSize.
(Overrides ObjectGetHashCode.) |
![]() | ToString |
Returns a string that represents this instance of PdfSize.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Represents a PdfSize of zero dimensions.
|
![]() | Height |
The vertical height.
|
![]() | Width |
The horizontal width.
|