ImageGear .NET - Updated May 1, 2018
Software Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : Software Property
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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members