ActiveReports 8
PrinterResolutions Property
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also