Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IFillFormat Interface / UserPicture Method / UserPicture(Stream,ImageType) Method
The stream of the picture file.
The ImageType of the stream.
In This Topic
    UserPicture(Stream,ImageType) Method
    In This Topic
    Fills the specified shape with an image.
    Syntax
    void UserPicture( 
       System.IO.Stream stream,
       ImageType type
    )

    Parameters

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