ImageGear v26.3 - Updated
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
    public ImGearMetadataHead Metadata {get;}
    public: __property ImGearMetadataHead* get_Metadata();
    public:
    property ImGearMetadataHead^ Metadata {
       ImGearMetadataHead^ get();
    }

    Property Value

    Non-null reference to ImGearMetadataHead class object.
    See Also