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


IPrinter.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 > IPrinter Interface > IPrinter.Resolution Property
ArcGIS Developer Help

IPrinter.Resolution Property

The Printer Driver Resolution.

[Visual Basic .NET]
Public Property Resolution As Short
[C#]
public short Resolution {get; set;}
[C++]
HRESULT get_Resolution(
  short res
);
[C++]
HRESULT put_Resolution(
  System.Int16* res
);
[C++]
Parameters
res [in]

res is a parameter of type short res [out, retval]
res is a parameter of type short*

Product Availability

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

See Also

IPrinter Interface