This document is archived and information here might be outdated.  Recommended version.


IPaper2.Resolution Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IPaper2.Resolution Property

The print resolution.

[Visual Basic .NET]
Public ReadOnly Property Resolution As Short
[C#]
public short Resolution {get;}
[C++]
HRESULT get_Resolution(
  short* Resolution
);
[C++]

Parameters Resolution [out, retval] Resolution is a parameter of type short

Product Availability

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

See Also

IPaper2 Interface