VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

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

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

See Also