IPrintSchemaOptionCollection interface (printerextension.h)

Exposes a collection of IPrintSchemaOption objects.

Inheritance

The IPrintSchemaOptionCollection interface inherits from the IDispatch interface.

Methods

The IPrintSchemaOptionCollection interface has these methods.

 
IPrintSchemaOptionCollection::get__NewEnum

Learn more about the IPrintSchemaOptionCollection::NewEnum property.
IPrintSchemaOptionCollection::get_Count

Gets a count of the number of IPrintSchemaOption objects in the collection.
IPrintSchemaOptionCollection::GetAt

Gets a pointer to an IPrintSchemaOption object.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header printerextension.h

See also

IDispatch

IPrintSchemaOption