This document is archived and information here might be outdated. Recommended version. |
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(
System.Int16* pHeight
);
[C++] Parameters pHeight [in]
pHeight is a parameter of type short pHeight [out, retval]
pHeight is a parameter of type short*