This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IJ > IJpegExporter Interface > IJpegExporter.Height Property (ArcObjects .NET 10.4 SDK) |
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