FlowDocumentReader.CanGoToPage(Int32) Method
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.
Returns a value that indicates whether or the FlowDocumentReader is able to jump to the specified page number.
public:
bool CanGoToPage(int pageNumber);
public bool CanGoToPage (int pageNumber);
member this.CanGoToPage : int -> bool
Public Function CanGoToPage (pageNumber As Integer) As Boolean
Parameters
- pageNumber
- Int32
A page number to check for as a valid jump target.
Returns
true
if the FlowDocumentReader is able to jump to the specified page number; otherwise, false
.
Remarks
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.