ActiveReports Developer 7
PaperSources Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SystemPrinter Class : PaperSources Property

Glossary Item Box

Returns a reference to the collection of paper sources the printer supports.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PaperSources As System.Drawing.Printing.PrinterSettings.PaperSourceCollection
C# 
public System.Drawing.Printing.PrinterSettings.PaperSourceCollection PaperSources {get;}

Remarks

Read only.

See Also