ImageGear .NET v24.12 - Updated
MarkCopyCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : MarkCopyCommand Property
Gets a command for copying a mark.
Syntax
'Declaration
 
Public ReadOnly Property MarkCopyCommand As ICommand
'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.MarkCopyCommand
public ICommand MarkCopyCommand {get;}
public: __property ICommand* get_MarkCopyCommand();
public:
property ICommand^ MarkCopyCommand {
   ICommand^ get();
}

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members