ImageGear .NET - Updated December 24, 2018
VideoPixelDepth Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies choice of The size in bits of each color component of a pixel. Standard Windows 32-bit pixels have 8 bits per component. Allowed values are: '8Int', '16Int', '32Int', '32Float.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members