IPrintPipelinePropertyBag interface (filterpipeline.h)

The IPrintPipelinePropertyBag interface is implemented by the PrintFilterPipelineSvc service and is made available to filters through methods in the IPrintPipelineFilter interface.

The properties of the property bag are described in Print Pipeline Property Bag.

Inheritance

The IPrintPipelinePropertyBag interface inherits from the IUnknown interface.

Methods

The IPrintPipelinePropertyBag interface has these methods.

 
IPrintPipelinePropertyBag::AddProperty

The AddProperty method adds a property to a property bag.
IPrintPipelinePropertyBag::DeleteProperty

The DeleteProperty method deletes a property from a property bag.
IPrintPipelinePropertyBag::GetProperty

The GetProperty method gets a property from a property bag.

Requirements

Requirement Value
Target Platform Windows
Header filterpipeline.h (include Filterpipeline.h)