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

Glossary Item Box

Returns a collection of the available printer resolutions.

Syntax

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

Remarks

Read only.

See Also