Leadtools.Services.ImageProcessing.DataContracts Namespace > IntensityDetectRequest Class : LowThreshold Property |
[DataMemberAttribute(Name="LowThreshold", IsRequired=true)] public int LowThreshold {get; set;}
'Declaration <DataMemberAttribute(Name="LowThreshold", IsRequired=True)> Public Property LowThreshold As Integer
'Usage Dim instance As IntensityDetectRequest Dim value As Integer instance.LowThreshold = value value = instance.LowThreshold
[DataMemberAttribute(Name="LowThreshold", IsRequired=true)] public: property int LowThreshold { int get(); void set ( int value); }