PDFSize¶
Namespace: O2S.Components.PDF4NET.Graphics
Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.
Constructors¶
PDFSize()¶
Initializes a new PDFSize object.
PDFSize(Double, Double)¶
Initializes a new PDFSize object with the given size.
Parameters
width Double
The horizontal component.
height Double
The vertical component.
Properties¶
Height¶
Gets or sets the vertical component of this PDFSize object.
Property Value
Double
The vertical component of this PDFSize object, typically measured in points.
Width¶
Gets or sets the horizontal component of this PDFSize object.
Property Value
Double
The horizontal component of this PDFSize object, typically measured in points.
Methods¶
ToString()¶
Converts the object to string representation.
Returns
String
The object as string.