IASLabel::get_ImageAlignV

This method gets the vertical alignment of the image.

Syntax

HRESULT get_ImageAlignV( short *pwAlign );

Parameters

pwAlign
[out] Pointer to the 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.