ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / VideoPixelDepth Property




In This Topic
VideoPixelDepth Property
In This Topic
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