Creates a fractional page view definition object. Page offset is defined by the fraction. E.g. 33% (numerator is 33, denominator is 100).

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Shared Function CreateFractional ( _
	numerator As Integer, _
	denominator As Integer, _
	count As Integer _
) As EwsPageView
C#
public static EwsPageView CreateFractional(
	int numerator,
	int denominator,
	int count
)

Parameters

numerator
Type: System..::..Int32
Numerator of the fraction of page offset.
denominator
Type: System..::..Int32
Denominator of the fraction of page offset.
count
Type: System..::..Int32
Count of the items within the page.

Return Value

A page view definition object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also