You are here: Start » FIL.NET » StripeScanParams Class

StripeScanParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

This structure contains parameters of stripe scanning process. Instance of this structure should be customized and passed as a parameter to stripe scanning related functions.

Constructors

 ConstructorDescription
StripeScanParams()
StripeScanParams(ProfileInterpolationMethod, Single, Single, Optional<Single>, Polarity, Single, Optional<Single>)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MaxInnerEdgeMagnitudeFtl.Optional<System.Single>
MaxStripeWidthFtl.Optional<System.Single>
MinMagnitudeSystem.Single
MinStripeWidthSystem.Single
ProfileInterpolationFil.ProfileInterpolationMethod
SmoothingStdDevSystem.Single
StripePolarityFil.Polarity

Methods

 NameDescription
CopyTo(Fil.StripeScanParams)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.StripeScanParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.StripeScanParams)
ToString()Inherited from System.Object

Remarks

See also