Documents for PDF, .NET Edition Documentation
Contains Method (OutputRange)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > OutputRange Class : Contains Method
The page number to test.
Tests whether the specified page is within the range.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal pageNumber As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int pageNumber
)

Parameters

pageNumber
The page number to test.

Return Value

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

Reference

OutputRange Class
OutputRange Members