This document is archived and information here might be outdated. Recommended version. |
The patch resolution (dots per inch).
[Visual Basic .NET]
Public Property PatchResolution As Double
[C#]
public double PatchResolution {get; set;}
[C++]
HRESULT get_PatchResolution(
System.Double* Dpi
);
[C++]
HRESULT put_PatchResolution(
double Dpi
);
[C++] Parameters Dpi [out, retval]
Dpi is a parameter of type double* Dpi [in]
Dpi is a parameter of type double