This document is archived and information here might be outdated. Recommended version. |
DPI to perform output with.
[Visual Basic .NET] Public Property Dpi As Double
[C#] public double Dpi {get; set;}
[C++]
HRESULT get_Dpi(
System.Double* Dpi
);
[C++]
HRESULT put_Dpi(
double Dpi
);
[C++]
Parameters Dpi [out, retval]
Dpi is a parameter of type double* Dpi [in]
Dpi is a parameter of type double