TiffOptionsThreshholding Property |
Gets or sets the threshholding.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffThresholds Threshholding { get; set; }
Public Property Threshholding As TiffThresholds
Get
Set
public:
property TiffThresholds Threshholding {
TiffThresholds get ();
void set (TiffThresholds value);
}
member Threshholding : TiffThresholds with get, set
Property Value
Type:
TiffThresholds
The threshholding.
See Also