ImageGear .NET - Updated
YCbCrPositioning Property (ImGearTIFFXMPMetadata)




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

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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members