ImageGear .NET - Updated
YCbCrSubSampling Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : YCbCrSubSampling Property
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
public ImGearXMPSeq<ImGearXMPInteger> YCbCrSubSampling {get; set;}
public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_YCbCrSubSampling();
public: __property void set_YCbCrSubSampling( 
   ImGearXMPSeq<ImGearXMPInteger*>* value
);
public:
property ImGearXMPSeq<ImGearXMPInteger^>^ YCbCrSubSampling {
   ImGearXMPSeq<ImGearXMPInteger^>^ get();
   void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
}

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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members