AutoThreshold Property (HalftoneRemovalCommand)
Gets or sets a value indicating whether the black and white pixels removal thresholds are calculated automatically.
[DefaultValue(True)]
[Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")]
public bool AutoThreshold { get; set; }
[DefaultValue(True)]
[Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")]
public: __property bool get_AutoThreshold();
public: __property void set_AutoThreshold(
bool
);
[DefaultValue(True)]
[Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")]
public:
property bool AutoThreshold {
bool get();
void set(bool );
}
Property Value
true - thresholds are calculated automatically;
false - thresholds are used from
BlackPixelRemovalThreshold and
WhitePixelRemovalThreshold properties.
Default value is
true.
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