PageRange.End Property

Definition

Gets the end page index (zero based and inclusive).

public int End { [Android.Runtime.Register("getEnd", "()I", "")] get; }
[<get: Android.Runtime.Register("getEnd", "()I", "")>]
member this.End : int

Property Value

The end page index.

Attributes

Remarks

Gets the end page index (zero based and inclusive).

Java documentation for android.print.PageRange.getEnd().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to