VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class / ChangeSources(ImageCollection,Stream) Method
Syntax Requirements SeeAlso
In This Topic
    ChangeSources(ImageCollection,Stream) Method (EncoderBase)
    In This Topic
    Changes a source information of all images in specified image collection.
    Syntax
    'Declaration
    
    Protected Shared Sub ChangeSources( _
    ByVal images
    Source info of these images must be changed.
    As Vintasoft.Imaging.ImageCollection, _
    ByVal newSourceStream
    A new source stream.
    As System.IO.Stream _
    )

    Parameters

    images
    Source info of these images must be changed.
    newSourceStream
    A new source stream.
    Requirements

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

    See Also