[]
Contains a collection of PrinterResolution
public sealed class PrinterResolutionCollection : ICollection, IEnumerable
| Name | Description |
|---|---|
| PrinterResolutionCollection(PrinterResolution[]) | Initializes a new instance of the class PrinterResolutionCollection |
| 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 |
| Name | Description |
|---|---|
| CopyTo(Array, int) | Copies the contents of the current PrinterResolutionCollection to the specified array, starting from the specified index. |