ImageGear v26.3 - Updated
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
    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