IFixedPage::GetXpsPartIterator method (filterpipeline.h)
The GetXpsPartIterator method gets an iterator to enumerate all of the parts that are associated with the page.
Syntax
HRESULT GetXpsPartIterator(
[out] IXpsPartIterator **pXpsPartIt
);
Parameters
[out] pXpsPartIt
An iterator that you can use to enumerate all of the parts that are associated with the page.
Return value
GetXpsPartIterator returns an HRESULT value.
Remarks
Filters should not add or delete parts while using the iterator that the GetXpsPartIterator method retrieves.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |