Click or drag to resize

PdfSize Constructor (Double, Double)

Constructs an instance of the PdfSize class.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfSize(
	double width,
	double height
)

Parameters

width
Type: SystemDouble
The horizontal width of the size.
height
Type: SystemDouble
The vertical height of the size.
See Also