VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingState Class / StorePredicateResults Property
Syntax Remarks Requirements SeeAlso
In This Topic
    StorePredicateResults Property (ProcessingState)
    In This Topic
    Gets or sets a value indicating whether this result must store predicate results of triggers, analyzer result comparers and etc.
    Syntax
    'Declaration
    
    Public Property StorePredicateResults As Boolean
    
    
    public bool StorePredicateResults { get; set; }
    
    
    public: __property bool get_StorePredicateResults();
    public: __property void set_StorePredicateResults(
    bool value
    );
    public:
    property bool StorePredicateResults { bool get(); void set(bool value); }

    Property Value

    True - this instance must store the predicate results; otherwise, false.
    Default value is false.
    Remarks

    Set value of this property to false if you need to decrease the memory usage during verification/conversion.

    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