Click or drag to resize
WebPicture Properties

The WebPicture type exposes the following members.

Properties
  NameDescription
Public propertyFormat
The picture is represented in this format. E.g. 'jpg', 'bmp' or 'png'.
Public propertyGuid
GUID for this picture.
Public propertyId
Picture id. This value is unique even between different versions of the same image.
Public propertyImage
The image as binary (unsigned byte) data that has been Base64 encoded.
Public propertyIsArchived
Note if picture is archived or not.
Public propertyIsPublic
Note if picture is public or not.
Public propertyIsTaxonIdSpecified
Property IsTaxonIdSpecified indicates if property TaxonId has a value or not. Not all pictures are related to taxon.
Public propertyLastModified
Last modified date of picture.
Public propertyLastUpdated
Last updated date of picture.
Public propertyOriginalSize
Original size (in bytes) of picture in web service.
Public propertyPictureStringId
String identifier for this picture.
Public propertySize
Size (in bytes) of picture.
Public propertyTaxonId
This picture is related to taxon with this id. Property IsTaxonIdSpecified indicates if property TaxonId has a value or not. Not all pictures are related to taxon.
Public propertyUpdatedBy
User who last updated the picture.
Public propertyVersionId
Version id for picture.
Top
See Also