IPartBase interface (filterpipeline.h)

The IPartBase interface is a common base for document part interfaces.

Inheritance

The IPartBase interface inherits from the IUnknown interface.

Methods

The IPartBase interface has these methods.

 
IPartBase::GetPartCompression

The GetPartCompression method gets the compression of the part.
IPartBase::GetStream

The GetStream method gets the stream object that contains the part data. Each part has part-specific data that is associated with it (for example, a font, image, and page markup).
IPartBase::GetUri

The GetUri method gets the URI of the part.
IPartBase::SetPartCompression

The SetPartCompression method sets the compression of the part.

Requirements

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