次の方法で共有


AnnotationDocumentPaginator.IsPageCountValid プロパティ

定義

PageCount がページの合計数であるかどうかを示す値を取得します。

public:
 virtual property bool IsPageCountValid { bool get(); };
public override bool IsPageCountValid { get; }
member this.IsPageCountValid : bool
Public Overrides ReadOnly Property IsPageCountValid As Boolean

プロパティ値

Boolean

改ページ位置の自動修正が完了しており、PageCount がページの合計数を表している場合は true。改ページ位置の自動修正が処理中であり、PageCount が書式設定中のページ数を表している場合は、false

注釈

IsPageCountValidは、コンテンツへのfalsePageCount変更またはPageSize復帰のトリガーが発生した場合に、切り替えてtrue再計算される可能性があります。

適用対象