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
Constructor | Description | |
---|---|---|
![]() | StripeScanParams() | |
![]() | StripeScanParams(ProfileInterpolationMethod, Single, Single, Optional<Single>, Polarity, Single, Optional<Single>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | MaxInnerEdgeMagnitude | Ftl.Optional<System.Single> | |
![]() | MaxStripeWidth | Ftl.Optional<System.Single> | |
![]() | MinMagnitude | System.Single | |
![]() | MinStripeWidth | System.Single | |
![]() | ProfileInterpolation | Fil.ProfileInterpolationMethod | |
![]() | SmoothingStdDev | System.Single | |
![]() | StripePolarity | Fil.Polarity |
Methods
Name | Description | |
---|---|---|
![]() | 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 |