DekGenius.com
[ Team LiB ] Previous Section Next Section

PrintRangeserializable

System.Drawing.Printing (system.drawing.dll)enum

This enumeration determines the type of range of pages to be printed, from AllPages to just a Selection. See PrinterSettings for more information.

public enum PrintRange {
   AllPages = 0,
   Selection = 1,
   SomePages = 2
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) PrintRange

Returned By

PrinterSettings.PrintRange

Passed To

PrinterSettings.PrintRange

    [ Team LiB ] Previous Section Next Section