VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / AcquiredImage Class / SaveToStream(Stream,TwainImageEncoderSettings) Method
Синтаксис Exceptions Ремарки Example Требования Смотрите также
В этом разделе
    SaveToStream(Stream,TwainImageEncoderSettings) Метод (AcquiredImage)
    В этом разделе
    Saves this image to the specified stream in the specified format.
    Синтаксис
    Исключения
    ИсключениеОписание
    Thrown if stream is null or encoderSettings is null.
    Thrown if error occurs at the image saving.
    Ремарки

    This method equals to the Save(Stream,TwainImageEncoderSettings) method.

    Пример

    Please see example here: GetAsStream(TwainImageEncoderSettings).

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также