'Declaration Public Overloads Sub SetImage( _ ByVal stream As System.IO.Stream, _ ByVal contentType As System.String _ )
public void SetImage( System.IO.Stream stream, System.string contentType )
Parameters
- stream
- The stream that contains the image.
- contentType
- The content type of the image data.