VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ActionProgressController Class / ActionSource Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ActionSource Property (ActionProgressController)
    In This Topic
    Gets the action source.
    Syntax
    'Declaration
    
    Public ReadOnly Property ActionSource As System.Object
    
    
    public System.Object ActionSource { get; }
    
    
    public: __property System.Object get_ActionSource();
    
    
    
    public:
    property System.Object ActionSource { System.Object get(); }
    Remarks

    This property is used for informative purposes only.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also