Skip to content

Hyperlink::DestLeft property

The DestLeft gets the left position of the hyperlink destination in pixels.

int DestLeft { get; }
int getDestLeft() throws IGRException;
@property
def DestLeft(self) -> int
int getDestLeft() const;
[propget] HRESULT DestLeft([out, retval] int *result);

Return Value

int : The left position of the hyperlink destination in pixels.

See Also