FlowDocumentReader.CanGoToPage(Int32) 메서드

정의

FlowDocumentReader에서 지정된 페이지 번호로 점프할 수 있는지 여부를 나타내는 값을 반환합니다.

public:
 bool CanGoToPage(int pageNumber);
public bool CanGoToPage (int pageNumber);
member this.CanGoToPage : int -> bool
Public Function CanGoToPage (pageNumber As Integer) As Boolean

매개 변수

pageNumber
Int32

유효한 점프 대상인지 확인할 페이지 번호입니다.

반환

Boolean

FlowDocumentReader에서 지정된 페이지 번호로 점프할 수 있으면 true이고, 그렇지 않으면 false입니다.

설명

GoToPage

적용 대상