TiffOptions.BitsPerSample
TiffOptions.BitsPerSample property
Gets or sets the bits per sample.
public ushort[] BitsPerSample { get; set; }
Property Value
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
- class TiffOptions
- namespace Aspose.PSD.ImageOptions
- assembly Aspose.PSD