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

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 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