ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / YCbCrSubSampling Property




In This Topic
YCbCrSubSampling Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets YCbCrSubSampling property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property YCbCrSubSampling As ImGearXMPSeq(Of ImGearXMPInteger)
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPInteger)
 
instance.YCbCrSubSampling = value
 
value = instance.YCbCrSubSampling

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
Remarks
This XMP property represents TIFF tag 530 (0x212) and specifies sampling ratio of chrominance components: [2, 1] = YCbCr4:2:2 [2, 2] = YCbCr4:2:0.
See Also