Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")] public Image SaveToImage( Stream stream, int firstRow, int firstColumn, int lastRow, int lastColumn, EmfType emfType )
<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")> Public Function SaveToImage ( stream As Stream, firstRow As Integer, firstColumn As Integer, lastRow As Integer, lastColumn As Integer, emfType As EmfType ) As Image
public: [ObsoleteAttribute(L"This Function is Obsolete;use ToImage() instead")] virtual Image^ SaveToImage( Stream^ stream, int firstRow, int firstColumn, int lastRow, int lastColumn, EmfType emfType ) sealed
[<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>] abstract SaveToImage : stream : Stream * firstRow : int * firstColumn : int * lastRow : int * lastColumn : int * emfType : EmfType -> Image [<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>] override SaveToImage : stream : Stream * firstRow : int * firstColumn : int * lastRow : int * lastColumn : int * emfType : EmfType -> Image