VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfTextMarkupTool Class
In This Topic
PdfTextMarkupTool Class Properties
In This Topic
For a list of all properties of this type, see PdfTextMarkupTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool.
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the tool allows to change focused item using the PerformNextItemSelection(Boolean) method.
Public PropertyGets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool)
Public PropertyGets or sets the color of the Text Caret markup annotation.
Public PropertyGets or sets the scale factor of caret annotation at X axis.
Public PropertyGets or sets the scale factor of caret annotation at Y axis.
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.
Public PropertyGets or sets a value indicating whether [TextMarkupTool] must markup selected text after text selection.
Public PropertyGets or sets the color of the Highlight text markup annotation.
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets a value indicating whether this tool supports multipage mode. (Inherited from VisualTool)
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool)
Public PropertyGets or sets the text markup mode that is used to markup text.
Public PropertyGets the name of visual tool.
Public PropertyGets or sets a key code that changes the selected item to the next item. (Inherited from VisualTool)
Public PropertyGets or sets a key code that changes the selected item to the previous item. (Inherited from VisualTool)
Public PropertyGets or sets the color of the Squiggly Underline text markup annotation.
Public PropertyGets or sets the color of the Strikeout text markup annotation.
Public PropertyGets or sets the appearance generator of text markup annotation.
Public PropertyGets the text selection tool associated with this tool.
Public PropertyGets or sets the color of the Underline text markup annotation.
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
Protected PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the VisualTool because the caller is on a different thread than the one the VisualTool was created on. (Inherited from VisualTool)
Protected PropertyGets the count of mouse clicks in series of clicks. (Inherited from VisualTool)
Protected PropertyGets or sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from VisualTool)
See Also