[]
        
(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
object
PaperSource
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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()