ImageGear .NET - Updated November 28, 2017
VideoColorSpace Property




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : VideoColorSpace Property
Gets or sets VideoColorSpace property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property VideoColorSpace As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.VideoColorSpace = value
 
value = instance.VideoColorSpace

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies choice of The color space. Allowed values are: 'sRGB' (used by Photoshop), 'CCIR-601" (used for NTSC), 'CCIR-709' (used for HD).
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members