Search Results for

    Show / Hide Table of Contents

    TUIImage.Save Method

    Overloads

    • TUIImage.Save(Stream, TXlsImgType)
    • TUIImage.Save(String, TXlsImgType)

    TUIImage.Save(Stream, TXlsImgType)

    Saves the image to a stream, in the specified format.

    Syntax

    Namespace: FlexCel.Core

    public abstract TXlsImgType Save(Stream outMs, TXlsImgType ImgType)

    Parameters

    <-> Parameter Type Description
    outMs Stream
    ImgType TXlsImgType

    Returns

    The actual file format in which the file was saved. It might not be possible to save in the required format, and a different one might be used.

    See also

    • TUIImage

    TUIImage.Save(String, TXlsImgType)

    Saves the image to a file.

    Syntax

    Namespace: FlexCel.Core

    public TXlsImgType Save(String fileName, TXlsImgType ImgType)

    Parameters

    <-> Parameter Type Description
    fileName String
    ImgType TXlsImgType

    Returns

    The actual file format in which the file was saved. It might not be possible to save in the required format, and a different one might be used.

    See also

    • TUIImage
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com