ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCAudioType Structure / ContentType Field




In This Topic
    ContentType Field
    In This Topic
    Indicates exact type of audio contained in the current objectdata.
    Syntax
    'Declaration
     
    Public ContentType As ImGearIPTCAudioContentType
    'Usage
     
    Dim instance As ImGearIPTCAudioType
    Dim value As ImGearIPTCAudioContentType
     
    value = instance.ContentType
     
    instance.ContentType = value
    public ImGearIPTCAudioContentType ContentType
    public: ImGearIPTCAudioContentType ContentType
    public:
    ImGearIPTCAudioContentType ContentType

    Field Value

    ImGearIPTCAudioContentType enumeration value.
    Remarks
    This property indicates the exact type of audio contained in the current objectdata.
    See Also