PaperSource.PaperSource

PaperSource()

Initializes a new instance of the PaperSource class with default properties.

public PaperSource()

See Also


PaperSource(PaperSourceKind, string)

Initializes a new instance of the PaperSource class with the specified kind and name.

public PaperSource(PaperSourceKind kind, string name)
ParameterTypeDescription
kindPaperSourceKindThe kind of the paper source.
nameStringThe name of the paper source.

See Also