TiffOptionsHalfToneHints Property |
Gets or sets the halftone hints.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] HalfToneHints { get; set; }
Public Property HalfToneHints As UShort()
Get
Set
public:
property array<unsigned short>^ HalfToneHints {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member HalfToneHints : uint16[] with get, set
Property Value
Type:
UInt16
The halftone hints.
ExceptionsException | Condition |
---|
ArgumentNullException | value |
ArgumentOutOfRangeException | value;Halftone hints array length must be equal to 2. |
See Also