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


IJpegExporter.Height Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IJpegExporter.Height Property

The height of the JPEG. 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(
  short pHeight
);
[C++]

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

Product Availability

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

See Also

IJpegExporter Interface