Skip to content

05db6e83 7a49 521c 07c6 e2f119046a8d

Fernando Garcia edited this page May 8, 2018 · 1 revision

IWriter.GetAsByteArrayEnumerable Method

Additional header content

Returns the writer result file as a enumeration of byte array

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

IEnumerable<byte[]> GetAsByteArrayEnumerable()

VB

Function GetAsByteArrayEnumerable As IEnumerable(Of Byte())

Return Value

Type: IEnumerable(Byte[])
An enumeration of array of bytes than contains the writer result file content.

Remarks

[Missing documentation for "M:iTin.Export.ComponentModel.Writer.IWriter.GetAsByteArrayEnumerable"]

See Also

Reference

IWriter Interface
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally