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


ITiffExporter.Height Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IT > ITiffExporter Interface > ITiffExporter.Height Property
ArcGIS Developer Help

ITiffExporter.Height Property

The height of the TIFF. If width or height is zero, screen size is used.

[Visual Basic .NET]
Public Property Height As Short
[C#]
public short Height {get; set;}
[C++]
HRESULT get_Height(
  short pHeight
);
[C++]
HRESULT put_Height(
  System.Int16* pHeight
);
[C++]
Parameters
pHeight [in]

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

Product Availability

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

See Also

ITiffExporter Interface