Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PaperTray Enumeration

In This Topic
    PaperTray Enumeration
    In This Topic
    Specifies a printer paper tray.
    Syntax
    'Declaration
     
    Public Enum PaperTray 
       Inherits System.Enum
    public enum PaperTray : System.Enum 
    Members
    MemberDescription
    AutomaticSheetFeed Automatic sheet feed.
    DefaultBin Default bin.
    EnvelopeFeed Envelope feed.
    FormSource Form source.
    LargeCapacityBin Large-capacity bin.
    LargeFormatBin Large-format bin.
    LowerBin Lower bin.
    ManualEnvelopeFeed Manual envelope feed.
    ManualFeed Manual feed.
    MiddleBin Middle bin.
    OnlyBin Printer's only bin.
    PaperCassette Paper cassette.
    SmallFormatBin Small-format bin.
    TractorFeed Tractor feed.
    UpperBin Upper bin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.PaperTray

    See Also