This document is archived and information here might be outdated. Recommended version. |
The width of the JPEG. If width or height is zero, screen size is used.
[Visual Basic .NET]
Public Property Width As Short
[C#]
public short Width {get; set;}
[C++]
HRESULT get_Width(
short pWidth
);
[C++]
HRESULT put_Width(
System.Int16* pWidth
);
[C++] Parameters pWidth [in]
pWidth is a parameter of type short pWidth [out, retval]
pWidth is a parameter of type short*