[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrinterResolutionCollection

PrinterResolutionCollection Class

Contains a collection of PrinterResolution

Inheritance
PrinterResolutionCollection
Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class PrinterResolutionCollection : ICollection, IEnumerable

Constructors

Name Description
PrinterResolutionCollection(PrinterResolution[])

Initializes a new instance of the class PrinterResolutionCollection

Properties

Name Description
Count

Retrieves the number of available printer resolutions in this collection.

IsSynchronized

Returns a value indicating whether access to the collection is ICollection synchronized (thread-safe).

this[int]

Gets the PrinterResolution at the specified index

SyncRoot

Gets an object that can be used to synchronize access to the collection

Methods

Name Description
CopyTo(Array, int)

Copies the contents of the current PrinterResolutionCollection to the specified array, starting from the specified index.

Extension Methods