'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The binarization threshold of the image. Possible values from 0 to 765.")> Public ReadOnly Property Threshold As System.Int32
[ReadOnly(True)] [Description("The binarization threshold of the image. Possible values from 0 to 765.")] public System.Int32 Threshold { get; }
[ReadOnly(True)] [Description("The binarization threshold of the image. Possible values from 0 to 765.")] public: __property System.Int32 get_Threshold();
[ReadOnly(True)] [Description("The binarization threshold of the image. Possible values from 0 to 765.")] public:
property System.Int32 Threshold { System.Int32 get(); }
Property Value
Possible values from 0 to 765.