EwsPageView.CreateFractional Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
CreateFractional(Int32, Int32, Int32)
Creates a fractional page view definition object. Page offset is defined by the fraction. E.g. 33% (numerator is 33, denominator is 100).
Declaration
public static EwsPageView CreateFractional(int numerator, int denominator, int count)
Parameters
Type | Name | Description |
---|---|---|
Int32 | numerator | Numerator of the fraction of page offset. |
Int32 | denominator | Denominator of the fraction of page offset. |
Int32 | count | Count of the items within the page. |
Returns
Type | Description |
---|---|
EwsPageView | A page view definition object. |