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


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

IPrinter.Units Property

The units for PaperSize and PrintableBounds.

[Visual Basic .NET]
Public ReadOnly Property Units As esriUnits
[C#]
public esriUnits Units {get;}
[C++]
HRESULT get_Units(
  esriUnits* Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriUnits*

Product Availability

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

See Also

IPrinter Interface