VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class
In This Topic
PdfAnnotationTool Class Properties
In This Topic
For a list of all properties of this type, see PdfAnnotationTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool. (Inherited from UserInteractionVisualTool)
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 the action executor that is used for executing the PDF actions.
Public PropertyGets an active interaction controller. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets a value indicating whether the tool allows multiple selection in Edit interaction mode.
Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from VisualTool)
Public PropertyGets the annotation collection.
Public PropertyGets the annotation view collection.
Public PropertyGets the UI action that moves the focused annotation view to the first position in view collection.
Public PropertyGets the UI action that moves the focused annotation view to the last position in view collection.
Public PropertyGets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether annotations can be moved between images in multipage display mode.
Public PropertyGets a value indicating whether the tool can use the Edit interaction mode.
Public PropertyGets or sets a value indicating whether focused item can be changed before interaction. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets the clipboard of this tool.
Public Propertystatic (Shared in Visual Basic)Gets the data format for annotations in clipboard.
Public PropertyGets the UI action that copies the selected annotations to the clipboard.
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 the UI action that cuts the selected annotations to the clipboard.
Public PropertyGets the UI action that deletes the selected annotations.
Public PropertyGets the UI action that deselects all annotations.
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. (Inherited from VisualTool)
Public PropertyGets the document set that is loaded in image viewer.
Public PropertyGets or sets a value indicating whether the tool must highlight the fields in Edit interaction mode.
Public PropertyGets or sets a brush, which must be used for filling the annotation bounding box in Edit interaction mode.
Public PropertyGets or sets a pen, which must be used for drawing the annotation bounding box in Edit interaction mode.
Public PropertyGets or sets the hover cursor in edit mode.
Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the tool must highlight the fields.
Public PropertyGets or sets the brush that is used for showing field names in image viewer.
Public PropertyGets or sets the fore color that is used for showing field names in image viewer.
Public PropertyGets or sets the font that is used for showing field names in image viewer.
Public PropertyGets or sets the focused annotation view.
Public PropertyGets or sets the focused interactive form field.
Public PropertyGets or sets the focused interactive form.
Public PropertyGets the focused JavaScript API PDF document ("Doc").
Public PropertyGets the focused PDF page.
Public PropertyGets the hovered annotation.
Public PropertyGets the hovered annotation view.
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets or sets the interaction mode.
Public PropertyGets or sets the interactive form editor manager.
Public PropertyGets or sets a value indicating whether interaction should be finished when focus is lost. (Inherited from UserInteractionVisualTool)
Public PropertyGets a value indicating whether focused annotation is building.
Public PropertyGets a value indicating whether this tool supports multipage mode.
Public PropertyGets or sets a value indicating whether navigation is looped on focused page.
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool)
Public PropertyGets the JavaScript API Application object ("app").
Public PropertyGets the name of visual tool.
Public PropertyGets or sets a brush, which must be used for filling the highlight for optional fields.
Public PropertyGets or sets a pen, which must be used for drawing the highlight for optional fields.
Public PropertyGets the UI action that pastes the selected annotations from the clipboard.
Public PropertyGets or sets the rectangular selection tool.
Public PropertyGets or sets a brush, which must be used for filling the highlight for required fields.
Public PropertyGets or sets a pen, which must be used for drawing the highlight for required fields.
Public PropertyGets the UI action that selects all annotations.
Public PropertyGets the collection of selected annotations.
Public PropertyGets or sets a brush, which must be used for filling the fields selection.
Public PropertyGets or sets a pen, which must be used for drawing the fields selection.
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 a value indicating whether the tool must show field names in image viewer.
Public PropertyGets or sets a value indicating whether visual tool shows and interacts with annotation appearances of VintaSoft Annotation .NET Plugin.
Public PropertyGets or sets the spell check manager that is used for spell checking of text in PDF text annotations and PDF interactive form fields.
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether the interaction can be started right after the interactive object is selected. (Inherited from UserInteractionVisualTool)
Protected PropertyGets or sets a value indicating whether user can set the focused interactive object. (Inherited from UserInteractionVisualTool)
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
Protected PropertyGets or sets a focused item. (Inherited from UserInteractionVisualTool)
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 a collection of IInteractiveObject. (Inherited from UserInteractionVisualTool)
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)
Protected PropertyGets a value indicating whether interaction controller should use ActionButton of visual tool. (Inherited from UserInteractionVisualTool)
See Also