PrinterSettings.PrintRange

PrinterSettings.PrintRange property

Gets the page numbers that the user has specified to be printed.

public static PrintRange PrintRange { get; }

Return Value

One of the PrintRange values.

Exceptions

exceptioncondition
InvalidEnumArgumentExceptionThe value of the PrintRange property is not one of the PrintRange values.

See Also