ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.AdobePDF Namespace / ImGearAdobePDFXMPMetadata Class / Producer Property




In This Topic
Producer Property
In This Topic
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

Property Value

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