Property BitsPerSample
- Namespace
- Aspose.CAD.ImageOptions
- Assembly
- Aspose.CAD.dll
BitsPerSample
Gets or sets the bits per sample.
public ushort[] BitsPerSample { get; set; }
Property Value
- ushort[]
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.