ImageGear .NET - Updated
DescriptionWriter Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : DescriptionWriter Property
Gets or sets DescriptionWriter property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property DescriptionWriter As ImGearXMPString
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.DescriptionWriter = value
 
value = instance.DescriptionWriter
public ImGearXMPString DescriptionWriter {get; set;}
public: __property ImGearXMPString* get_DescriptionWriter();
public: __property void set_DescriptionWriter( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ DescriptionWriter {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property is an identifier or the name of the person involved in writing, editing or correcting the description of the news object.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members