JpegExifDataYCbCrSubSampling Property |
Gets or sets the sampling ratio of chrominance components in relation to the luminance component.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] YCbCrSubSampling { get; set; }
Public Property YCbCrSubSampling As UShort()
Get
Set
public:
property array<unsigned short>^ YCbCrSubSampling {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member YCbCrSubSampling : uint16[] with get, set
Property Value
Type:
UInt16
The sampling ratio of chrominance components in relation to the luminance component.
See Also