Gets a command for pasting a mark.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property MarkPasteCommand As ICommand
             
        
            
            'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.MarkPasteCommand
             
        
            
            public ICommand MarkPasteCommand {get;}
             
        
            
            public: __property ICommand* get_MarkPasteCommand();
             
        
            
            public:
property ICommand^ MarkPasteCommand {
   ICommand^ get();
}
             
        
             
        
            
            
            Property Value
ICommand object.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also