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


IPaper2.Resolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPaper2 Interface > IPaper2.Resolution Property
ArcGIS Developer Help

IPaper2.Resolution Property

The print resolution.

[Visual Basic .NET]
Public ReadOnly Property Resolution As Short
[C#]
public short Resolution {get;}
[C++]
HRESULT get_Resolution(
  System.Int16* 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