'Declaration Public Function Add( _ ByVal imageBytes() As System.Byte, _ ByVal contentType As System.String _ ) As PictureBullet
public PictureBullet Add( System.byte[] imageBytes, System.string contentType )
Parameters
- imageBytes
- The image data representing the picture.
- contentType
- The image data content type.
Return Value
The newly created PictureBullet.