Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PictureBulletCollection Class / Add Method
The image data representing the picture.
The image data content type.

In This Topic
    Add Method (PictureBulletCollection)
    In This Topic
    Creates a new PictureBullet and adds it to the collection.
    Syntax
    '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.
    See Also