PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / OutputRangeTypeEnum Enumeration

In This Topic
    OutputRangeTypeEnum Enumeration
    In This Topic
    Specifies the type of an OutputRange.
    Syntax
    'Declaration
     
    Public Enum OutputRangeTypeEnum 
       Inherits System.Enum
    public enum OutputRangeTypeEnum : System.Enum 
    Members
    MemberDescription
    AllAll pages of the document are in the range.
    PageListPages that are in the range are specified as a list.
    PageRangeOne or more ranges of pages are specified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.OutputRangeTypeEnum

    See Also