You are here: Start » FIL.NET » CodeDetectionParameters Structure

CodeDetectionParameters Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Defined code detection parameters.

Constructors

 ConstructorDescription
CodeDetectionParameters(CodeDecodeStrategy, CodeDetectionMethod, Boolean, Int32, Single, Single)

Properties

 NameTypeDescription
AllowRectangularCodesSystem.Boolean
ContrastThresholdSystem.Int32
DecodeStrategyFil.CodeDecodeStrategy
DefaultFil.CodeDetectionParameters Gets a default instance of the CodeDetectionParameters.
DetectionMethodFil.CodeDetectionMethod
EmptyFil.CodeDetectionParameters Gets an empty instance of the CodeDetectionParameters.
MaxModuleSizeSystem.Single
MinModuleSizeSystem.Single

Methods

 NameDescription
Equals(Fil.CodeDetectionParameters)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also