C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OutputRange Class / Contains Method
The page number to test.

In This Topic
Contains Method (OutputRange)
In This Topic
Tests whether the specified page is within the range.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal pageNumber As Integer _
) As Boolean
 

Parameters

pageNumber
The page number to test.

Return Value

True if the page is in the range, false otherwise.
See Also