[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PictureBulletCollection.Add

Add Method

Add(byte[], string)

Creates a new PictureBullet and adds it to the collection.

Declaration
public PictureBullet Add(byte[] imageBytes, string contentType)
Public Function Add(imageBytes As Byte(), contentType As String) As PictureBullet
Parameters
Type Name Description
byte[] imageBytes

The image data representing the picture.

string contentType

The image data content type.

Returns
Type Description
PictureBullet

The newly created PictureBullet.