Click or drag to resize

IPropertiesAutoConfigurable Interface

This interface when applied to an ImageCommand allowing the command to have properties that the algorithm will automatically determine based on image metrics.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IPropertiesAutoConfigurable

The IPropertiesAutoConfigurable type exposes the following members.

Properties
  NameDescription
Public propertyAutoPropertyConfigurationEnabled
Gets or sets a property that when true will automatically determine property values as listed in PropertiesToAutoConfigure based on image metrics
Public propertyPropertiesToAutoConfigure
Gets or sets a collection of property names that will be auto configured when applying the command.
Top
See Also