This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterOutputSettings Interface > IRasterOutputSettings.RasterResolution Property (ArcObjects .NET 10.4 SDK) |
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(
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