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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property represents TIFF tag 531 (0x213) and specifies position of chrominance vs. luminance components: 1 = centered; 2 = co-sited.
See Also