[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PaperSource

Class PaperSource

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a printer paper source.

public class PaperSource
Inheritance
PaperSource
Inherited Members

Properties

First

Gets or sets the paper tray (bin) to use for the first page of a section. The value is implementation (printer) specific.

public PaperTray First { get; set; }

Property Value

PaperTray

Other

Gets or sets the paper tray (bin) to be used for all but the first page of a section. The value is implementation (printer) specific.

public PaperTray Other { get; set; }

Property Value

PaperTray

Methods

ClearFormatting()

Resets paper source to default values.

public void ClearFormatting()