'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); }