Gets a command for setting resampling.
Syntax
public ICommand SetResampleCommand {get;}
public: __property ICommand* get_SetResampleCommand();
'Declaration
Public ReadOnly Property SetResampleCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.SetResampleCommand
Property Value
ICommand object.
See Also