[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Encapsulates a metadata property to be included in an image file. [Property] [Methods] doPropertyItem=Gets the property item from the Image. ARG(PropertyItem item)|1|0 *doId=Sets the ID of the property. ARG(int id)|1|0 *doLen=Sets the length of the Value property. ARG(int len)|1|0 *doType=Sets an integer that defines the type of data contained in the Value property. ARG(short type)|1|0 *doValue=Sets the value of the property item. ARG(byte[] value)|1|0 *.Id=Returns the ID of the property. ARG(int)|3|1 *.Len=Returns the length of the Value property. ARG(int)|3|1 *.Type=Returns an integer that defines the type of data contained in the Value property. ARG(short)|3|1 *.Value=Returns the value of the property item. ARG(byte[])|3|13 PropertyItem=Returns the PropertyItem object. ARG(PropertyItem)|3|0 Item=Defines the property item from the Image. ARG(PropertyItem)|4|0 *id=Defines the ID of the property. ARG(int)|4|1 *len=Defines the length of the Value property. ARG(int)|4|1 *type=Defines an integer that defines the type of data contained in the Value property. ARG(short)|4|1 *value=Defines the value of the property item. ARG(byte[])|4|13