PrinterViewOptions Class
Represents the default implementation of IPrinterView options when creating a print document.
public class PrinterViewOptions : IPrinterViewOptions
- Inheritance:
- object object
- Implements:
- IPrinterViewOptions
Constructors
PrinterViewOptions()
Initializes an instance of the class.
public PrinterViewOptions()
Properties
MaxPageNumber
Gets or sets the maximum page number, a value between 1
and 9999
.
MinPageNumber
Gets or sets the minimum page number, a value between 1
and 9999
.
PrintRangeKind
Gets or sets a PrintRangeKind indicating the kind of print range.
public PrintRangeKind PrintRangeKind { get; set; }
Property Value
- PrintRangeKind:
A PrintRangeKind indicating the kind of print range.