public final class PrintRange
extends com.aspose.ms.System.Enum
Specifies the part of the document to print.
| Modifier and Type | Field and Description |
|---|---|
static int |
AllPages
All pages are printed.
|
static int |
CurrentPage
The currently displayed page is printed
|
static int |
Selection
The selected pages are printed.
|
static int |
SomePages
The pages between Drawing.Printing.PrinterSettings.FromPage and Drawing.Printing.PrinterSettings.ToPage
are printed.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int AllPages
All pages are printed.
public static final int Selection
The selected pages are printed.
public static final int SomePages
The pages between Drawing.Printing.PrinterSettings.FromPage and Drawing.Printing.PrinterSettings.ToPage are printed.
public static final int CurrentPage
The currently displayed page is printed
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.