Skip to content

Hyperlink::DestTop property

The DestTop gets the top position of the hyperlink destination in pixels.

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

Return Value

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

See Also