Gets a value that indicates if the document is flowing (i.e. in HTML documents).

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool IsFlowing { get; set; }
Visual Basic
Public Property IsFlowing As Boolean
	Get
	Set
XAML Attribute Usage
<object IsFlowing="bool" .../>

See Also