Optional
allowAllow adding notes.
Optional
allowAllow adding replies.
Optional
allowAllow adding replies to other user notes.
Optional
allowAllow changing other user notes.
Optional
allowAllow changing user name.
Optional
allowAllow deleting notes/replies.
Optional
allowAllow deleting other user notes.
Optional
allowAllow setting status.
Optional
allowAllow setting status for other user notes.
Optional
annotationThe color property that determines the color used for temporary highlighting of an annotation on the PDF page when the annotation is selected in the comments list in the ReplyTool.
var viewer = new DsPdfViewer("#root", { replyTool: { annotationFocusColor: "blue" } });
The color in hex format for the temporary highlight.
This setting is also utilized in the showAnnotationFocusOutline
method when
the color parameter is not explicitly specified.
Optional
autoControls whether the Reply Tool automatically expands when a comment is added via the context menu.
Set to true
to enable automatic expansion,
or false
to disable it.
// Disable automatic expansion of the Reply Tool.
var viewer = new DsPdfViewer("#root", { replyTool: { autoExpandOnCommentAdd: false } });
Optional
readRead-only mode.
Optional
useIf set to true, comment icons will be filled with the color used in the annotation.
Settings for the Reply Tool.