PaperUnitHelperPixelsToInches Method |
Converts a value in pixels to inches.
Namespace:
Dundas.BI.Print
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static double PixelsToInches(
double value
)
Public Shared Function PixelsToInches (
value As Double
) As Double
public:
static double PixelsToInches(
double value
)
static member PixelsToInches :
value : float -> float
Parameters
- value
- Type: SystemDouble
The value in pixels.
Return Value
Type:
DoubleThe value in inches.
See Also