'Declaration Public Overloads Sub Add( _
ByVal streamThe stream that contains image file.As System.IO.Stream, _
ByVal closeStreamAfterUseA value indicating whether stream must be closed after use.As Boolean _
)
public void Add(
System.IO.Stream stream,
bool closeStreamAfterUse
)
public: void Add(
System.IO.Stream* stream,
bool closeStreamAfterUse
)
public:
void Add(
System.IO.Stream^ stream,
bool closeStreamAfterUse
)
Parameters
- stream
- The stream that contains image file.
- closeStreamAfterUse
- A value indicating whether stream must be closed after use.