Intersoft ClientUI Documentation
CustomPaginator Property (FixedDocument)



When specified, gets the custom paginator class for the FixedDocument that provides page-oriented services such as getting a particular page and repaginating in response to changes.
Syntax
Public Property CustomPaginator As DocumentPaginator
Dim instance As FixedDocument
Dim value As DocumentPaginator
 
instance.CustomPaginator = value
 
value = instance.CustomPaginator
public DocumentPaginator CustomPaginator {get; set;}
public:
property DocumentPaginator^ CustomPaginator {
   DocumentPaginator^ get();
   void set (    DocumentPaginator^ value);
}
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

FixedDocument Class
FixedDocument Members

Send Feedback