ImageGear v26.3 - Updated November 9, 2022
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

Field Value

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