ImageGear .NET - Updated
Producer Property (ImGearAdobePDFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.AdobePDF Namespace > ImGearAdobePDFXMPMetadata Class : Producer Property
Gets or sets Producer property of the AdobePDF XMP schema. This XMP property specifies the name of the tool that created the PDF document.
Syntax
'Declaration
 
Public Property Producer As ImGearXMPString
'Usage
 
Dim instance As ImGearAdobePDFXMPMetadata
Dim value As ImGearXMPString
 
instance.Producer = value
 
value = instance.Producer
public ImGearXMPString Producer {get; set;}
public: __property ImGearXMPString* get_Producer();
public: __property void set_Producer( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Producer {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also

Reference

ImGearAdobePDFXMPMetadata Class
ImGearAdobePDFXMPMetadata Members