Intersoft ClientUI Documentation
IsPageCountValid Property



When overridden in a derived class, gets a value indicating whether PageCount is the total number of pages.
Syntax
Public MustOverride ReadOnly Property IsPageCountValid As Boolean
Dim instance As DocumentPaginator
Dim value As Boolean
 
value = instance.IsPageCountValid
public abstract bool IsPageCountValid {get;}
public:
abstract property bool IsPageCountValid {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentPaginator Class
DocumentPaginator Members

Send Feedback