PageRange Struktura
Definicja
Określa zakres stron.Specifies a range of pages.
public value class PageRange
public struct PageRange
type PageRange = struct
Public Structure PageRange
- Dziedziczenie
Uwagi
PageRangedefiniuje zakres stron, które powinny być przetwarzane w operacji, takiej jak drukowanie.PageRange defines a range of pages that should be processed in an operation such as printing.
Konstruktory
PageRange(Int32) |
Inicjuje nowe wystąpienie PageRange klasy, która zawiera tylko jedną określoną stronę.Initializes a new instance of the PageRange class that includes only the single specified page. |
PageRange(Int32, Int32) |
Inicjuje nowe wystąpienie PageRange klasy z określoną pierwszą i ostatnią stroną.Initializes a new instance of the PageRange class with the specified first and last pages. |
Właściwości
PageFrom |
Pobiera lub ustawia numer strony pierwszej strony z zakresu.Gets or sets the page number of the first page in the range. |
PageTo |
Pobiera lub ustawia numer strony ostatniej strony w zakresie.Gets or sets the page number of the last page in the range. |
Metody
Equals(Object) |
Testuje, czy obiekt nieznanego typu jest równy temu PageRange .Tests whether an object of unknown type is equal to this PageRange. |
Equals(PageRange) |
Testuje, czy PageRange jest równa PageRange .Tests whether a PageRange is equal to this PageRange. |
GetHashCode() |
Pobiera wartość kodu skrótu dla PageRange .Gets the hash code value for the PageRange. |
ToString() |
Pobiera ciąg reprezentujący zakres.Gets a string representation of the range. |
Operatory
Equality(PageRange, PageRange) |
Definiuje operator "= =" do testowania, czy dwa określone PageRange obiekty są równe.Defines the "==" operator for testing whether two specified PageRange objects are equal. |
Inequality(PageRange, PageRange) |
Definiuje operator "! =" do testowania, czy dwa określone PageRange obiekty nie są równe.Defines the "!=" operator for testing whether two specified PageRange objects are not equal. |