Click or drag to resize

ByteRange Constructor (Byte, Byte)

Initializes a new instance of the ByteRange class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public ByteRange(
	byte from,
	byte to
)

Parameters

from
Type: SystemByte

[Missing <param name="from"/> documentation for "M:Stimulsoft.Report.ByteRange.#ctor(System.Byte,System.Byte)"]

to
Type: SystemByte

[Missing <param name="to"/> documentation for "M:Stimulsoft.Report.ByteRange.#ctor(System.Byte,System.Byte)"]

See Also