ScanFix Xpress v9.0 for .NET - Updated
Weights Property




Accusoft.ScanFixXpressSdk Namespace > FilterCustomOptions Class : Weights Property
Gets and sets filter weights matrix.
Syntax
'Declaration
 
Public Property Weights As Integer(,)
'Usage
 
Dim instance As FilterCustomOptions
Dim value() As Integer
 
instance.Weights = value
 
value = instance.Weights
public int[,] Weights {get; set;}
public: __property int[,]* get_Weights();
public: __property void set_Weights( 
   Int32[,]*[]* value
);
public:
property array<int,>^ Weights {
   array<int,>^ get();
   void set (    array<Int32[,]^>^ value);
}
Remarks

Filter weights matrix. A two dimensional int matrix of dimensions [Height, Width].

See Also

Reference

FilterCustomOptions Class
FilterCustomOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.