JpegExifDataBitsPerSample Property |
Gets or sets the bits per sample.
Namespace:
Aspose.CAD.Exif
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.
See Also