This document is archived and information here might be outdated. Recommended version. |
Resolution used to output rasterized data. A value of 0 means 'same as device'.
[Visual Basic .NET]
Public Property RasterResolution As Double
[C#]
public double RasterResolution {get; set;}
[C++]
HRESULT get_RasterResolution(
System.Double* dpi
);
[C++]
HRESULT put_RasterResolution(
double dpi
);
[C++] Parameters dpi [out, retval]
dpi is a parameter of type double* dpi [in]
dpi is a parameter of type double