FlowDocumentReader.CanGoToPreviousPage Property

Definition

Gets a value that indicates whether the FlowDocumentReader can execute the PreviousPage routed command to jump to the previous page of content.

public:
 property bool CanGoToPreviousPage { bool get(); };
public bool CanGoToPreviousPage { get; }
member this.CanGoToPreviousPage : bool
Public ReadOnly Property CanGoToPreviousPage As Boolean

Property Value

true if the FlowDocumentReader can jump to the previous page of content; otherwise, false.

Remarks

Dependency Property Information

Identifier field CanGoToPreviousPageProperty
Metadata properties set to true None

Applies to

See also