ISPDocumentParserEx Member

Applies to: SharePoint Foundation 2010

Provides an interface that a COM object can implement to act as a custom document parser in Microsoft SharePoint Foundation.

The following table lists the members that are defined by the ISPDocumentParserEx interface.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments the reference count.

Release

Decrements the reference count.

ISPDocumentParser Methods

Description

Parse

Parses the specified document and writes the document properties that it extracts to the specified property bag.

Demote

Reads the document properties that are contained in the specified property bag, and writes those document properties into the specified document.

ExtractThumbnail

Extracts the thumbnail image of this document from the document.

ISPDocumentParserEx Methods

Description

ExtractThumbnailEx

Extracts the thumbnail image of the document and specifies the width and height of the thumbnail.

See Also

Reference

ISPDocumentParserEx Interface

Concepts

Document Parser Interface Overview

Custom Document Parsers