JpegExifDataSamplesPerPixel Property |
Gets or sets the samples per pixel.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic ushort SamplesPerPixel { get; set; }
Public Property SamplesPerPixel As UShort
Get
Set
public:
property unsigned short SamplesPerPixel {
unsigned short get ();
void set (unsigned short value);
}
member SamplesPerPixel : uint16 with get, set
Property Value
Type:
UInt16
The samples per pixel.
See Also