FlowDocumentReader.CanGoToPreviousPage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.