ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / SetResampleCommand Property




In This Topic
    SetResampleCommand Property
    In This Topic
    Gets a command for setting resampling.
    Syntax
    'Declaration
     
    Public ReadOnly Property SetResampleCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.SetResampleCommand
    public ICommand SetResampleCommand {get;}
    public: __property ICommand* get_SetResampleCommand();
    public:
    property ICommand^ SetResampleCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also