PdfToDpcmCoordinateConverter Constructor (Double, SizeF) |
Constructs a new converter object with the specified target resolution in
dots per cm and the specified source page size in PDF units.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.0.0.251 (.NET 4.5.2, x86)
Syntaxpublic PdfToDpcmCoordinateConverter(
double dpcm,
SizeF pageSize
)
Public Sub New (
dpcm As Double,
pageSize As SizeF
)
Parameters
- dpcm
- Type: System.Double
The resolution of the source space in pixels or dots per cm.
- pageSize
- Type: System.Drawing.SizeF
The size of the source space in PDF page units (1/72 of an inch)
See Also