ImageGear .NET
Software Property (ImGearTIFFXMPMetadata)




Gets or sets Software property of the TIFF XMP schema.
Syntax
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);
}
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback