ImageGear .NET - Updated
Common Property (ImGearMetadataHead)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataHead Class : Common Property
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

Reference

ImGearMetadataHead Class
ImGearMetadataHead Members
ImGearCommonMetadata Class