IXpsOMPageReferenceCollection interface (xpsobjectmodel.h)

A collection of IXpsOMPageReference interface pointers.

Inheritance

The IXpsOMPageReferenceCollection interface inherits from the IUnknown interface. IXpsOMPageReferenceCollection also has these types of members:

Methods

The IXpsOMPageReferenceCollection interface has these methods.

 
IXpsOMPageReferenceCollection::Append

Appends an IXpsOMPageReference interface to the end of the collection.
IXpsOMPageReferenceCollection::GetAt

Gets an IXpsOMPageReference interface pointer from a specified location in the collection.
IXpsOMPageReferenceCollection::GetCount

Gets the number of IXpsOMPageReference interface pointers in the collection.
IXpsOMPageReferenceCollection::InsertAt

Inserts an IXpsOMPageReference interface pointer at a specified location in the collection.
IXpsOMPageReferenceCollection::RemoveAt

Removes and releases an IXpsOMPageReference interface pointer from a specified location in the collection.
IXpsOMPageReferenceCollection::SetAt

Replaces an IXpsOMPageReference interface pointer at a specified location in the collection.

Remarks

For more information about the collection methods, see Working with XPS OM Collection Interfaces.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header xpsobjectmodel.h

See also

IXpsOMPageReference

Interfaces

Working with XPS OM Collection Interfaces

XML Paper Specification