Gets the value indicating whether the currently loaded document supports reflow.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool Reflowable { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Reflowable As Boolean
	Get

Field Value

True if the document can reflow, false otherwise.

See Also