Click or drag to resize

PdfCoordinateConverter Constructor

Initializes a new instance of the PdfCoordinateConverter class.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected PdfCoordinateConverter(
	double an,
	double ad,
	double bn,
	double bd,
	double cn,
	double cd,
	double dn,
	double dd,
	double e,
	double f
)

Parameters

an
Type: SystemDouble
An.
ad
Type: SystemDouble
The ad.
bn
Type: SystemDouble
The bn.
bd
Type: SystemDouble
The bd.
cn
Type: SystemDouble
The cn.
cd
Type: SystemDouble
The cd.
dn
Type: SystemDouble
The dn.
dd
Type: SystemDouble
The dd.
e
Type: SystemDouble
The e.
f
Type: SystemDouble
The f.
See Also