VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingState Class / ThrowTriggerActivatedException Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ThrowTriggerActivatedException Property (ProcessingState)
    In This Topic
    Gets or sets a value indicating whether the exception must be thrown if an important trigger activated.
    Syntax
    'Declaration
    
    Public Property ThrowTriggerActivatedException As Boolean
    
    
    public bool ThrowTriggerActivatedException { get; set; }
    
    
    public: __property bool get_ThrowTriggerActivatedException();
    public: __property void set_ThrowTriggerActivatedException(
    bool value
    );
    public:
    property bool ThrowTriggerActivatedException { bool get(); void set(bool value); }

    Property Value

    True - the exception must be thrown if an important trigger activated;
    false - the exception must NOT be thrown if an important trigger activated.
    Defualt value is false.
    Remarks

    Set value of this property to true if you need to increase the profile processing performance and you need to know only the result of verification/conversion (detailed result is not necessary).

    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