FoxitPDFSDKforWeb  8.5.0
Foxit PDF SDK for Web
AnnotTooltip Interface Reference

The AnnotTooltip class defines methods for annotation objects. The AnnotTooltip object need to override its methods to implement the show and hide operations. More...

Public Member Functions

 constructor (pdfViewer, annot)
 
void hide ()
 A function used to hide the tooltip.
 
void show (clientX, clientY)
 A function used to show the tooltip. More...
 

Detailed Description

The AnnotTooltip class defines methods for annotation objects. The AnnotTooltip object need to override its methods to implement the show and hide operations.

Since
8.5.0

Member Function Documentation

◆ constructor()

AnnotTooltip::constructor ( pdfViewer  ,
annot   
)
Parameters
pdfViewerPDFViewer
annotAnnot

◆ show()

void AnnotTooltip::show ( clientX  ,
clientY   
)

A function used to show the tooltip.

Parameters
clientXThe clientX attribution of the mouseEvent.
clientYThe clientY attribution of the mouseEvent.

Foxit Software Corporation Logo
@2022 Foxit Software Incorporated. All rights reserved.