IASLabel::put_ImageAlignV
This method sets the vertical alignment of the image.
Syntax
HRESULT get_ImageAlignV( short wAlign );
Parameters
- wAlign
- [in] Unsigned 16-bit value that contains alignment information. It is one of the following values:
- ASFC_IMAGE_VCENTER
- Image is centered vertically.
- ASFC_IMAGE_TOP
- Image is aligned with the top.
- ASFC_IMAGE_BOTTOM
- Image is aligned with the bottom.
Return Values
NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.