IASLabel::put_ImageAlignH

This method sets the horizontal alignment of the image.

Syntax

HRESULT put_ImageAlignH( short wAlign );

Parameters

wAlign
[in] Unsigned 16-bit value that contains alignment information. It is one of the following values:
ASFC_IMAGE_HCENTER
Image is centered.
ASFC_IMAGE_LEFT
Image is left-aligned.
ASFC_IMAGE_RIGHT
Image is right-aligned.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.