ImageGear .NET - Updated
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
public ImGearXMPString VideoPixelDepth {get; set;}
public: __property ImGearXMPString* get_VideoPixelDepth();
public: __property void set_VideoPixelDepth( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ VideoPixelDepth {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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