Skip to content

Hyperlink::DestRight property

The DestRight gets the right position of the hyperlink destination in pixels.

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

Return Value

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

See Also