ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / Software Property




In This Topic
Software Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets Software property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property Software As ImGearXMPString
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPString
 
instance.Software = value
 
value = instance.Software

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 305 (0x131) and specifies software or firmware used to generate image.

Note: This property is stored in XMP as xmp:CreatorTool.

See Also