Gets or sets the filter that is used to determine which pages are printed.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public IPageFilter PageFilter { get; set; }
Visual Basic
Public Property PageFilter As IPageFilter
	Get
	Set
Visual C++
public:
property IPageFilter^ PageFilter {
	IPageFilter^ get ();
	void set (IPageFilter^ value);
}

Field Value

The page filter.

Remarks

Please note that this filter is applied on top of PageFilter.

The default value is an instance of DefaultPageFilter which prints all available pages.

See Also