DpcmToPdfCoordinateConverter Constructor (Double, Size) |
Constructs a new converter object with the specified resolution in dots per
cm and the specified page size in pixels.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public DpcmToPdfCoordinateConverter(
double dpcm,
Size pageSize
)
Public Sub New (
dpcm As Double,
pageSize As Size
)
Parameters
- dpcm
- Type: SystemDouble
The resolution of the source space in pixels or dots per cm.
- pageSize
- Type: System.DrawingSize
The size of the source space in pixels
See Also