Skip to content

Hyperlink::DestBottom property

The DestBottom gets the bottom position of the hyperlink destination in pixels.

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

Return Value

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

See Also