IPartImage interface (filterpipeline.h)

The IPartImage interface is the abstraction for images in an XPS document.

Inheritance

The IPartImage interface inherits from IPartBase.

Methods

The IPartImage interface has these methods.

 
IPartImage::GetImageProperties

The GetImageProperties method gets an image property that is based on the content type.
IPartImage::SetImageContent

The SetImageContent method sets an image property that is based on the content type.

Requirements

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

See also

IPartBase