'宣言 Public Overloads Function FromRU( _ ByVal value As System.Double, _ ByVal destDpi As System.Single, _ ByVal truncate As System.Boolean _ ) As System.Integer
'使用法 Dim instance As C1PrintDocument Dim value As System.Double Dim destDpi As System.Single Dim truncate As System.Boolean Dim value As System.Integer value = instance.FromRU(value, destDpi, truncate)
パラメータ
- value
- The value to convert, expressed in C1PrintDocument.ResolvedUnit units.
- destDpi
- The destination resolution (DPI).
- truncate
- true to truncate the converted value, false to round it (slower but more precise).
戻り値の型
The converted value.