PhotoProperty
This class represents the "PHOTO" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
PhotoProperty
areValueParameter
,AltidParameter
,TypeParameter
,MediatypeParameter
,PrefParameter
,IndexParameter
,PIDParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
PhotoProperty
should be of typeURIType
new PhotoProperty(
[],
new URIType(
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
),
);
new PhotoProperty(
[],
new URIType("http://www.example.com/pub/photos/jqpublic.gif"),
);