TiffOptionsHalfToneHints Property

Gets or sets the halftone hints.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ushort[] HalfToneHints { get; set; }

Property Value

Type: UInt16
The halftone hints.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue
ArgumentOutOfRangeExceptionvalue;Halftone hints array length must be equal to 2.
See Also