[]
Creates a new PictureBullet and adds it to the collection.
public PictureBullet Add(byte[] imageBytes, string contentType)
Public Function Add(imageBytes As Byte(), contentType As String) As PictureBullet
Type | Name | Description |
---|---|---|
byte[] | imageBytes | The image data representing the picture. |
string | contentType | The image data content type. |
Type | Description |
---|---|
PictureBullet | The newly created PictureBullet. |