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