VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / CreateReferencedCollectionAndSwitchSources(Stream,Stream) Method
Syntax Requirements SeeAlso
In This Topic
    CreateReferencedCollectionAndSwitchSources(Stream,Stream) Method (ImageCollection)
    In This Topic
    Returns an image collection that contains images from this image collection, each image that references to the sourceStream will be switched to the destStream.
    Syntax
    'Declaration
    
    Public Function CreateReferencedCollectionAndSwitchSources( _
    ByVal sourceStream
    The source stream.
    As System.IO.Stream, _
    ByVal destStream
    The destination stream.
    As System.IO.Stream _
    ) As ImageCollection
    public ImageCollection CreateReferencedCollectionAndSwitchSources(
    System.IO.Stream sourceStream,
    System.IO.Stream destStream
    )
    public: ImageCollection* CreateReferencedCollectionAndSwitchSources(
    System.IO.Stream* sourceStream,
    System.IO.Stream* destStream
    )
    public:
    ImageCollection^ CreateReferencedCollectionAndSwitchSources(
    System.IO.Stream^ sourceStream,
    System.IO.Stream^ destStream
    )

    Parameters

    sourceStream
    The source stream.
    destStream
    The destination stream.

    Return Value

    An image collection that contains images from this image collection, each image that references to the sourceStream will be switched to the destStream.
    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