PaperUnitHelperPixelsToInches Method |
Converts a value in pixels to inches.
Namespace: Dundas.BI.PrintAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 Double
- The value in pixels.
Return Value
DoubleThe value in inches.
See Also