Start Redlining Command | |
---|---|
Name | StartRedliningCommand |
Purpose | Start redlining a document. |
Version | 2.6.1+ |
ViewModel | DocumentPageViewModel, DocumentItemViewModel |
Used to start redlining a document. If the command is triggered, a copy of the current document will be created and opened in an editor.
Example:
<Button Command="{Binding StartRedliningCommand}" />