Converts to the new units.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public Dpi ConvertTo(
ResolutionUnit newUnit
)
Public Function ConvertTo (
newUnit As ResolutionUnit
) As Dpi
Parameters
- newUnit
- Type: Atalasoft.Imaging.ResolutionUnit
The new unit.
Return Value
Type:
DpiExceptions Exception | Condition |
---|
NotImplementedException | Internal error - unknown unit conversion |
See Also