[]
Converts value in pixels to the value in twips.
public static double ToTwips(double valuePixels, double dpi)
| Type | Name | Description |
|---|---|---|
| double | valuePixels | The value in twips. |
| double | dpi | The dpi which should be used. |
| Type | Description |
|---|---|
| double | The value in twips. |