Initializes a new instance of the SpanAttribute class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public SpanAttribute(
	bool compress
)
Visual Basic
Public Sub New ( _
	compress As Boolean _
)
Visual C++
public:
SpanAttribute(
	bool compress
)

Parameters

compress
Type: System..::..Boolean
if set to true compress the data.

See Also