VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class / ChangeSource(VintasoftImage,Stream) Method
Syntax Requirements SeeAlso
In This Topic
ChangeSource(VintasoftImage,Stream) Method (EncoderBase)
In This Topic
Changes a source information of specified image.
Syntax
'Declaration

Protected Shared Sub ChangeSource( _
ByVal image
Source info of this image must be changed.
As Vintasoft.Imaging.VintasoftImage, _
ByVal newSourceStream
A new image source stream.
As System.IO.Stream _
)

Parameters

image
Source info of this image must be changed.
newSourceStream
A new image source stream.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also