VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class / Save Methods / Save(Stream,EncoderBase) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    Save(Stream,EncoderBase) Method (TiffPage)
    In This Topic
    Saves an image associated with this TIFF page to the specified stream by the specified encoder.
    Syntax

    Parameters

    stream
    A string to which image must be saved.
    encoder
    Encoder which should be used for saving image.
    Exceptions
    ExceptionDescription
    Thrown if stream or encoder is null.
    Remarks

    Supported image formats: BMP, GIF, JPEG, PDF, PNG, TIFF, multipage TIFF.

    This method will add image to the multipage TIFF file in the stream if appropriate parameter is set in the TiffEncoder object.

    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