SequenceFilterContinueOnFailure Property |
Gets or sets whether to continue applying filters in the sequence regardless of individual filter failures. When set to true,
subsequent filters will still be applied to the source raster even if one or more filters in the sequence cannot be applied.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool ContinueOnFailure { get; set; }
Public Property ContinueOnFailure As Boolean
Get
Set
public:
property bool ContinueOnFailure {
bool get ();
void set (bool value);
}
member ContinueOnFailure : bool with get, set
Property Value
Type:
Boolean
See Also