ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / IntellectualGenre Property




In This Topic
IntellectualGenre Property
In This Topic
Gets or sets IntellectualGenre property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property IntellectualGenre As ImGearXMPString
 
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.IntellectualGenre = value
 
value = instance.IntellectualGenre

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property describes the nature, intellectual or journalistic characteristic of a news object, not specifically its content.

This property replaces ImGearIPTC4XMPCoreMetadata.IntellectuakGenre property which has been deprecated due to a misspelled name.

See Also