ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPLangAlt Class
Members




ImGearXMPLangAlt Class
Represents a language alternative.
Object Model
ImGearXMPLangAlt Class
Syntax
'Declaration
 
Public Class ImGearXMPLangAlt 
 
'Usage
 
Dim instance As ImGearXMPLangAlt
Remarks
This class represents a language alternative. It contains the same logical text in multiple languages. The text in each specific language is available through properties of the ImGearXMPLangAlt object. If text in a specific language is does not exist in the object, corresponding property returns null. ImGearXMPLangAlt.Default property represents the default value for the language alternative.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.XMP.ImGearXMPLangAlt

See Also