IPrinterViewOptions Interface
Provides the base requirements for IPrinterView options when creating a print document.
public interface IPrinterViewOptions
Properties
MaxPageNumber
Gets or sets the maximum page number.
MinPageNumber
Gets or sets the minimum page number.
PrintRangeKind
Gets or sets a PrintRangeKind indicating the kind of print range.
PrintRangeKind PrintRangeKind { get; set; }
Property Value
- PrintRangeKind:
A PrintRangeKind indicating the kind of print range.