In This Article

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.

public int MaxPageNumber { get; set; }

Property Value

int:

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

int:

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