VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type
Constructors SeeAlso
In This Topic
    WebPdfContentEditorToolJS Class Members
    In This Topic
    The following tables list the members exposed by WebPdfContentEditorToolJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPdfContentEditorToolJS class.
    Methods
     NameDescription
    Public MethodAdds new text block to PDF page.
    Public MethodApplies the bold style to the selected text.
    Public MethodApplies the italic style to the selected text.
    Public MethodApplies the strikethrough style to the selected text.
    Public MethodApplies the underline style to the selected text.
    Public MethodChanges the font color for selected text.
    Public MethodChanges the font family for selected text.
    Public MethodChanges the font size, in points, for selected text.
    Public MethodChanges the horizontal alignment for selected text.
    Public MethodCopies text block from PDF page.
    Public MethodDeletes the selected text block from PDF page.
    Public MethodFinds text block (WebPdfTextBlockJS object) on PDF page.
    Public MethodFinds text block (WebPdfTextBlockJS object) on PDF page.
    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 the value indicating whether selected text block can be resized.
    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 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 WebVisualToolJS)
    Public MethodGets a value indicating whether undo/redo is enabled.
    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 the selected text block.
    Public MethodGets the border color for selected text block.
    Public MethodGets the fill color for selected text block.
    Public MethodGets the border color for resize point for selected text block.
    Public MethodGets the fill color for resize point for selected text block.
    Public MethodGets the radius for resize point for selected text block.
    Public MethodGets the border color for text block.
    Public MethodGets the fill color for text block.
    Public MethodReturns the drawing box of visual tool.
    Public MethodReturns the text blocks of visual tool.
    Public MethodPastes previously copied text block to a PDF page.
    Public MethodRedoes changes.
    Public MethodResets the visual tool.
    Public MethodSaves changes in edited content.
    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 the value indicating whether selected text block can be resized.
    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 a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
    Public MethodSets a value indicating whether undo/redo is enabled.
    Public MethodSets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodSets the selected text block.
    Public MethodSets the border color for selected text block.
    Public MethodSets the fill color for selected text block.
    Public MethodSets the border color for resize point for selected text block.
    Public MethodSets the fill color for resize point for selected text block.
    Public MethodSets the radius for resize point for selected text block.
    Public MethodSets the border color for text block.
    Public MethodSets the fill color for text block.
    Public MethodReturns the string representation of this object. (Inherited from WebVisualToolJS)
    Public MethodUndoes changes.
    Events
     NameDescription
    Public EventOccurs when the visual tool is activated in the image viewer. (Inherited from WebVisualToolJS)
    Public EventOccurs when the visual tool is deactivated in the image viewer. (Inherited from WebVisualToolJS)
    Public EventOccurs when the visual tool initialization is failed. (Inherited from WebVisualToolJS)
    Public EventOccurs when the visual tool initialization is failed.
    Public EventOccurs when the visual tool initialization is finished.
    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 visual tool initialization is started.
    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)
    Public EventOccurs when selected PDF text block is changed.
    Public EventOccurs when editing of selected PDF text block is finished.
    Public EventOccurs when editing of selected PDF text block is started.
    Public EventOccurs when selected text symbol is changed.
    Public EventOccurs when PDF text block is added.
    Public EventOccurs when the mouse pointer is over a text block on PDF page and the mouse button is pressed.
    Public EventOccurs when the mouse pointer enters a text block on PDF page.
    Public EventOccurs when the mouse pointer leaves a text block on PDF page.
    Public EventOccurs when the mouse pointer is over a text block on PDF page and the mouse button is released.
    Public EventOccurs when PDF text block is removed.
    See Also