ArcObjects Library Reference (Output)  

IExport.Resolution Property

The Export Resolution.

[Visual Basic .NET]
Public Property Resolution As Double
[C#]
public double Resolution {get; set;}
[C++]
HRESULT get_Resolution(
  double* res
);
[C++]
HRESULT put_Resolution(
  double res
);
[C++]

Parameters

res [out, retval]   res is a parameter of type double res [in]   res is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExport Interface

.NET Snippets

Create JPEG from ActiveView | Create JPEG (hi-resolution) from ActiveView