Share via


PrintOperationCollection Class

Definition

Maintains a list of print operations and their associated state information.

public class PrintOperationCollection : System.Collections.ReadOnlyCollectionBase
type PrintOperationCollection = class
    inherit ReadOnlyCollectionBase
    interface IEnumerable
Public Class PrintOperationCollection
Inherits ReadOnlyCollectionBase
Inheritance
PrintOperationCollection
Derived
Implements

Properties

Item[Int32]

Retrieves an instance of the PrintOperation class from the array.

Station

Retrieves the printer station, as defined by the PrinterStation enumeration, associated with the array.

Methods

CopyTo(PrintOperation[], Int32)

Copies a PrintOperation class instance to the array.

Applies to