'Declaration Protected Shared Sub ChangeSource( _
ByVal imageSource info of this image must be changed.As Vintasoft.Imaging.VintasoftImage, _
ByVal newSourceStreamA new image source stream.As System.IO.Stream _
)
protected static void ChangeSource(
Vintasoft.Imaging.VintasoftImage image,
System.IO.Stream newSourceStream
)
protected: static void ChangeSource(
Vintasoft.Imaging.VintasoftImage* image,
System.IO.Stream* newSourceStream
)
protected:
static void ChangeSource(
Vintasoft.Imaging.VintasoftImage^ image,
System.IO.Stream^ newSourceStream
)
Parameters
- image
- Source info of this image must be changed.
- newSourceStream
- A new image source stream.