'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, _
ByVal nameThe name of the stream.As System.String _
)
public void Add(
System.IO.Stream stream,
bool closeStreamAfterUse,
System.String name
)
public: void Add(
System.IO.Stream* stream,
bool closeStreamAfterUse,
System.String name
)
public:
void Add(
System.IO.Stream^ stream,
bool closeStreamAfterUse,
System.String name
)
Parameters
- stream
- The stream that contains image file.
- closeStreamAfterUse
- A value indicating whether stream must be closed after use.
- name
- The name of the stream.