Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PaperSource Class / First Property

In This Topic
    First Property (PaperSource)
    In This Topic
    Gets or sets the paper tray (bin) to use for the first page of a section. The value is implementation (printer) specific.
    Syntax
    'Declaration
     
    Public Property First As PaperTray
    public PaperTray First {get; set;}
    See Also