Click or drag to resize

PendingBufferFlush Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.PendingBuffer.Flush(System.Byte[],System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public int Flush(
	byte[] output,
	int offset,
	int length
)

Parameters

output
Type: SystemByte

[Missing <param name="output"/> documentation for "M:Stimulsoft.Report.Export.PendingBuffer.Flush(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Stimulsoft.Report.Export.PendingBuffer.Flush(System.Byte[],System.Int32,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Stimulsoft.Report.Export.PendingBuffer.Flush(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Report.Export.PendingBuffer.Flush(System.Byte[],System.Int32,System.Int32)"]

See Also