TextCodeNamesTooltips Class |
Namespace: Terminalworks.PdfViewer.AspNetCore.Texts
public class Tooltips
The TextCodeNamesTooltips type exposes the following members.
Name | Description | |
---|---|---|
TextCodeNamesTooltips | Initializes a new instance of the TextCodeNamesTooltips class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ClosePdfDocumentBtn |
Close PDF document button tooltip code name.
| |
DocumentInfoBtn |
Document info button tooltip code name.
| |
DownloadBtn |
Download button tooltip code name.
| |
MultiPageViewBtn |
Multi page view button tooltip code name.
| |
NextPageBtn |
Next page button tooltip code name.
| |
NextVisitedPageBtn |
Next visited button tooltip code name.
| |
OpenBtn |
Open button tooltip code name.
| |
PreviousPageBtn |
Previous page button tooltip code name.
| |
PreviousVisitedBtn |
Previous visited button tooltip code name.
| |
PrintBtn |
Print button tooltip code name.
| |
RotateClockwiseBtn |
Rotate clockwise button tooltip code name.
| |
RotateCounterClockwiseBtn |
Rotate counter clockwise button tooltip code name.
| |
ShowBookmarksBtn |
Show bookmarks button tooltip code name.
| |
SinglePageViewBtn |
Single page view button tooltip code name.
| |
ZoomInBtn |
Zoom in button tooltip code name.
| |
ZoomOutBtn |
Zoom out button tooltip code name.
|