Skip to main content
All docs
V25.1
  • CameraControl.RestoreSettingsFromStream(Stream) Method

    Loads the video settings stored in the system registry by the specified stream.

    Namespace: DevExpress.XtraEditors.Camera

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual void RestoreSettingsFromStream(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A Stream descendant from which the video settings are loaded.

    See Also