ImageGear .NET - Updated
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
public ImGearXMPString Software {get; set;}
public: __property ImGearXMPString* get_Software();
public: __property void set_Software( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Software {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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