AwPrintPreview.PageCount Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.