ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataHead Class / Common Property




In This Topic
    Common Property
    In This Topic
    Gets access to metadata that is common for all format filters.
    Syntax
    'Declaration
     
    Public ReadOnly Property Common As ImGearCommonMetadata
    'Usage
     
    Dim instance As ImGearMetadataHead
    Dim value As ImGearCommonMetadata
     
    value = instance.Common
    public ImGearCommonMetadata Common {get;}
    public: __property ImGearCommonMetadata* get_Common();
    public:
    property ImGearCommonMetadata^ Common {
       ImGearCommonMetadata^ get();
    }

    Property Value

    ImageGear.Formats.ImageGear.Formats.ImGearCommonMetadata class object.
    Remarks
    This property provides access to metadata that is common for all format filters.
    See Also