ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Publisher Property




In This Topic
    Publisher Property
    In This Topic
    Gets or sets Publisher property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Publisher As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Publisher = value
     
    value = instance.Publisher
    public ImGearXMPBag<ImGearXMPString> Publisher {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Publisher();
    public: __property void set_Publisher( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Publisher {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    Remarks
    This XMP property specifies external Publishers.
    See Also