VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfRemoveContentToolJS type
Constructors SeeAlso
In This Topic
    WebPdfRemoveContentToolJS Class Members
    In This Topic
    The following tables list the members exposed by WebPdfRemoveContentToolJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPdfRemoveContentToolJS class.
    Methods
     NameDescription
    Public MethodAdds an item to the selection of specified image. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodAdds an item to the selection of focused image and begins the rectangle building. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodApplies the redaction marks to a PDF document.
    Public MethodGets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS)
    Public MethodGets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS)
    Public MethodGets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS)
    Public MethodGets 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 WebVisualToolJS)
    Public MethodGets the focused item. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodGets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
    Public MethodGets a value indicating whether this tool supports multipage mode. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodGets the count of mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodGets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodGets the name of visual tool. (Inherited from WebVisualToolJS)
    Public MethodGets an appearance of PDF redaction mark.
    Public MethodReturns the drawing box of visual tool. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodReturns the selection collection for specified image. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodResets the visual tool. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodSets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS)
    Public MethodSets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS)
    Public MethodSets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS)
    Public MethodSets 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 WebVisualToolJS)
    Public MethodSets the focused item. (Inherited from WebMultiRectangularSelectionToolJS)
    Public MethodSets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
    Public MethodSets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodSets an appearance of PDF redaction mark.
    Public MethodReturns the string representation of this object. (Inherited from WebVisualToolJS)
    Events
     NameDescription
    Public EventOccurs when the visual tool is activated in the image viewer. (Inherited from WebVisualToolJS)
    Public EventOccurs when selection building is finished. (Inherited from WebMultiRectangularSelectionToolJS)
    Public EventOccurs when selection building is started. (Inherited from WebMultiRectangularSelectionToolJS)
    Public EventOccurs when collection of selections is changed. (Inherited from WebMultiRectangularSelectionToolJS)
    Public EventOccurs when the visual tool is deactivated in the image viewer. (Inherited from WebVisualToolJS)
    Public EventOccurs when focused item is changed. (Inherited from WebMultiRectangularSelectionToolJS)
    Public EventOccurs when the visual tool initialization is failed. (Inherited from WebVisualToolJS)
    Public EventOccurs when the visual tool initialization is finished. (Inherited from WebVisualToolJS)
    Public EventOccurs when the visual tool initialization is started. (Inherited from WebVisualToolJS)
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked. (Inherited from WebVisualToolJS)
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed. (Inherited from WebVisualToolJS)
    Public EventOccurs when the mouse pointer is moved and this tool is enabled. (Inherited from WebVisualToolJS)
    Public EventOccurs when this tool is enabled and a mouse button is released. (Inherited from WebVisualToolJS)
    See Also