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