[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PaperSource

PaperSource Class

Specifies the paper tray from which the printer gets paper.

Inheritance
PaperSource
Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class PaperSource

Constructors

Name Description
PaperSource()

Initializes a new instance of the PaperSource class.

PaperSource(PaperSourceKind, string)

Initializes a new instance of the PaperSource class.

Properties

Name Description
Kind

Gets the paper source.

RawKind

Gets or sets the integer representing one of the PaperSourceKind values or a custom value.

SourceName

Gets or sets the name of the paper source.

Methods

Name Description
Equals(object)
GetHashCode()
ToString()

Operators

Name Description
operator ==(PaperSource, PaperSource)
operator !=(PaperSource, PaperSource)

Extension Methods