PrintDocument for WinForms
IsPageCountFinal プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : IsPageCountFinal プロパティ
Gets a value indicating whether all pages have been added to the document being generated.

For example, if the document has a page footer or header that includes the total page count (of the kind "Page X of Y"), this property gets false while new pages are being added, but true when adding new pages is over and the total page count is being updated on the rendered pages.

If the document is currently not generating (see C1PrintDocument.IsGenerating), gets true.

シンタックス
'宣言
 
Public ReadOnly Property IsPageCountFinal As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
value = instance.IsPageCountFinal
public System.bool IsPageCountFinal {get;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ