TiffOptionsBitsPerSample Property |
Gets or sets the bits per sample.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] BitsPerSample { get; set; }
Public Property BitsPerSample As UShort()
Get
Set
public:
property array<unsigned short>^ BitsPerSample {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member BitsPerSample : uint16[] with get, set
Property Value
Type:
UInt16
The bits per sample value.
RemarksWhen 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