Gets or sets the sum total page count.
[Visual Basic]
Public Property PageCount As Integer
[C#]
public int PageCount {get; set;}
Property Value
Page count.
Example
How to set the sum total page count as 10.
printPreview.PageCount = 10
printPreview.PageCount = 10;
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace