Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IFillFormat Interface / userPicture Method / userPicture(InputStream,ImageType) Method
The stream of the picture file.
The ImageType of the stream.
In This Topic
    userPicture(InputStream,ImageType) Method
    In This Topic
    Fills the specified shape with an image.
    Syntax
    void userPicture( 
       java.io.InputStream stream,
       ImageType type
    )

    Parameters

    stream
    The stream of the picture file.
    type
    The ImageType of the stream.
    See Also