TiffOptionsBitsPerSample Property

Gets or sets the bits per sample.

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

Property Value

Type: UInt16
The bits per sample value.
Remarks
When setting this value keep in mind that it will also set SamplesPerPixel value to array length. These 2 properties are very tightly coupled so may be set alltogether only.
See Also