ImageGear v26.3 - Updated
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
    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