Link Search Menu Expand Document

SpreadsheetComponentGetAsBytesArray Method

Gets the bytes of spreadsheet saved as document with specified type.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public byte[] GetAsBytesArray(
	SpreadsheetFormatType type
)

Parameters

type
Type: Bytescout.Spreadsheet.ConstantsSpreadsheetFormatType
The type to use while retrieving bytes.

Return Value

Type: Byte
The bytes of spreadsheet saved as document with specified type.
See Also

Reference