JpegExifDataSamplesPerPixel Property |
Gets or sets the samples per pixel.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
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