Class PageRange
Class PageRange
اسم الفضاء : Aspose.Words.Saving تجميع: Aspose.Words.dll (25.4.0)
يمثل مجموعة مستمرة من الصفحات.
لمعرفة المزيد، قم بزيارة Programming with Documents مقالة الوثائق .
public sealed class PageRange
Inheritance
الأعضاء الموروثين
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageRange(إنت، إنت)
يخلق موضوعًا جديدًا في نطاق الصفحات.
public PageRange(int from, int to)
Parameters
from
int
الصفحة الرئيسية المؤشر القائم على الصفر
to
int
الصفحة النهائية مؤشر على أساس الصفر.إذا كان يتجاوز مؤشر الصفحة الأخيرة في الوثيقة،يتم تثبيتها لتناسب الوثيقة المتعلقة بالتسليم.
Remarks
System.Int32.MaxValue يعني الصفحة الأخيرة في الوثيقة.