VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowCamera Class / SaveSettings(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SaveSettings(Stream) Method (DirectShowCamera)
    In This Topic
    Saves the camera settings to a stream.
    Syntax
    'Declaration
    
    Public Sub SaveSettings( _
    ByVal stream
    The stream where camera settings must be saved.
    As System.IO.Stream _
    )
    public void SaveSettings(
    System.IO.Stream stream
    )
    public: void SaveSettings(
    System.IO.Stream* stream
    )
    public:
    void SaveSettings(
    System.IO.Stream^ stream
    )

    Parameters

    stream
    The stream where camera settings must be saved.
    Exceptions
    ExceptionDescription
    Thrown if stream is null.
    Thrown if stream does not support writing.
    Requirements

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

    See Also