AnnotationDocumentPaginator.GetPageAsync(Int32, Object) 方法

定義

以非同步方式傳回 DocumentPage 與所指定頁碼的相關聯使用者註釋。

public:
 override void GetPageAsync(int pageNumber, System::Object ^ userState);
public override void GetPageAsync (int pageNumber, object userState);
override this.GetPageAsync : int * obj -> unit
Public Overrides Sub GetPageAsync (pageNumber As Integer, userState As Object)

參數

pageNumber
Int32

要擷取之 DocumentPage 的以零起始的頁碼。

userState
Object

用來識別非同步作業的應用程式定義物件。

備註

如果應用程式想要在完成之前取消非同步作業,則 userState 參數適用于 CancelAsync 方法。

適用於

另請參閱