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)

Syntax

C#
public bool IsFlowing { get; set; }
Visual Basic
Public Property IsFlowing As Boolean
	Get
	Set

See Also