UnitToXpsPixel Method (XpsC1Doc)
In This Topic
Converts a
C1.C1Preview.Unit value to XPS pixels using the page resolution (
XpsC1Doc.XpsDpi).
Syntax
'Declaration
Public Function UnitToXpsPixel( _
ByVal As Unit _
) As Double
public double UnitToXpsPixel(
Unit
)
Parameters
- unit
- The unit value to convert
Return Value
The converted value.
See Also