VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowCamera Class / LoadSettings(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    LoadSettings(Stream) Method (DirectShowCamera)
    In This Topic
    Loads the camera settings from a stream.
    Syntax
    'Declaration
    
    Public Sub LoadSettings( _
    ByVal stream
    The stream which contains the camera settings.
    As System.IO.Stream _
    )
    public void LoadSettings(
    System.IO.Stream stream
    )
    public: void LoadSettings(
    System.IO.Stream* stream
    )
    public:
    void LoadSettings(
    System.IO.Stream^ stream
    )

    Parameters

    stream
    The stream which contains the camera settings.
    Exceptions
    ExceptionDescription
    Thrown if stream is null.
    Thrown if stream does not support seeking or reading.
    Thrown if stream contains wrong camera settings.
    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