Gets whether the current document is displayed as a flowing document, instead of paged.
Namespace:
C1.Silverlight.PdfViewerAssembly: C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
Syntax
| C# |
|---|
public bool IsFlowing { get; private set; } |
| Visual Basic |
|---|
Public Property IsFlowing As Boolean Get Private Set |