Click or drag to resize

HolePunchRemovalCommandPropertiesToAutoConfigure Property

Gets a collection of property names that will be auto configured when AutoPropertyConfigurationEnabled is true.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual StringCollection PropertiesToAutoConfigure { get; }

Property Value

Type: StringCollection

Implements

IPropertiesAutoConfigurablePropertiesToAutoConfigure
Remarks
This collection can be modified by adding or removing property names to be auto configured. Properties must have the AutoConfigurableAttribute to be added to this collection. All AutoConfigurable properties are added to this collection by default which include MaxHolePunchSize and MinHolePunchSize.
See Also