VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ITriggerInfo Interface / ActivationValue Property
Syntax Requirements SeeAlso
In This Topic
    ActivationValue Property (ITriggerInfo)
    In This Topic
    Gets a value that should be returned by trigger predicate for trigger activation.
    Syntax
    'Declaration
    
    Public ReadOnly Property ActivationValue As Boolean
    
    
    public bool ActivationValue { get; }
    
    
    public: __property bool get_ActivationValue();
    
    
    
    public:
    property bool ActivationValue { bool get(); }

    Property Value

    True - trigger must be activated if predicate returned true; false - trigger must be activated if predicate returned false.
    Requirements

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

    See Also