PrinterViewOptions Class
Represents the default implementation of IPrinterView options when creating a print document.
public class PrinterViewOptions : IPrinterViewOptions
- Inheritance:
- System.Object Object
- Implements:
- IPrinterViewOptions
Constructors
PrinterViewOptions()
public PrinterViewOptions()
Properties
MaxPageNumber
Gets or sets the maximum page number, a value between 1
and 9999
.
public int MaxPageNumber { get; set; }
Property Value
- System.Int32:
The maximum page number.
MinPageNumber
Gets or sets the minimum page number, a value between 1
and 9999
.
public int MinPageNumber { get; set; }
Property Value
- System.Int32:
The minimum page number.
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.
Inherited Members
- System.Object.ToString()
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object, System.Object)
- System.Object.ReferenceEquals(System.Object, System.Object)
- System.Object.GetHashCode()
- System.Object.GetType()
- System.Object.MemberwiseClone()