Intersoft ClientUI Documentation
IsBackgroundPaginationEnabled Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DynamicDocumentPaginator Class : IsBackgroundPaginationEnabled Property






Gets or sets a value indicating whether pagination is performed automatically in the background in response to certain events, such as a change in page size.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsBackgroundPaginationEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DynamicDocumentPaginator
Dim value As Boolean
 
value = instance.IsBackgroundPaginationEnabled
C# 
public virtual bool IsBackgroundPaginationEnabled {get;}
Delphi 
public read-only property IsBackgroundPaginationEnabled: Boolean; virtual; 
JScript 
public function get IsBackgroundPaginationEnabled : boolean
Managed Extensions for C++ 
public: __property virtual bool get_IsBackgroundPaginationEnabled();
C++/CLI 
public:
virtual property bool IsBackgroundPaginationEnabled {
   bool get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.