ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPage Class / Metadata Property




In This Topic
Metadata Property (ImGearPage)
In This Topic
Gets the head, ImGearMetadataHead, of the page's metadata tree.
Syntax
'Declaration
 
Public ReadOnly Property Metadata As ImGearMetadataHead
 
'Usage
 
Dim instance As ImGearPage
Dim value As ImGearMetadataHead
 
value = instance.Metadata

Property Value

Non-null reference to ImGearMetadataHead class object.
See Also