PageRange(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance.
[Android.Runtime.Register(".ctor", "(II)V", "")]
public PageRange (int start, int end);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Print.PageRange : int * int -> Android.Print.PageRange
Parameters
- start
- Int32
The start page index (zero based and inclusive).
- end
- Int32
The end page index (zero based and inclusive).
- Attributes
Exceptions
If start is less than zero or end is less than zero or start greater than end.
Remarks
Creates a new instance.
Java documentation for android.print.PageRange.PageRange(int, int)
.
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.