PdfCoordinateConverter Constructor |
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
)
Protected Sub New (
an As Double,
ad As Double,
bn As Double,
bd As Double,
cn As Double,
cd As Double,
dn As Double,
dd As Double,
e As Double,
f As Double
)
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