[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrinterResolution

PrinterResolution Class

Represents the resolution supported by a printer, expressed in dots per inch.

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

Constructors

Name Description
PrinterResolution()

Initializes a new instance of PrinterResolution with a Custom kind.

PrinterResolution(PrinterResolutionKind, int, int)

Initializes a new instance of PrinterResolution with the specified kind and resolution values.

Properties

Name Description
Kind

Gets or sets the resolution of the printer.

X

Gets the horizontal resolution of the printer in dots per inch.

Y

Gets the vertical resolution of the printer in dots per inch.

Methods

Name Description
ToString()

Returns a string that represents the current PrinterResolution.

Extension Methods