Table of Contents

Class DocReader

Namespace
DocWright.Formats.Doc
Assembly
DocWright.Formats.Doc.dll

Reads Word 97-2003 binary .doc files (MS-DOC over MS-CFB) into the mutable DocWright DOM.

public sealed class DocReader : IDocumentReader
Inheritance
DocReader
Implements
Inherited Members

Constructors

DocReader()

Properties

Format

Gets the format this reader handles.

Methods

CanRead(Stream)

Determines whether the stream appears to contain this reader's format by sniffing its leading bytes. The stream must be seekable; implementations must restore Position before returning.

Read(Stream, DocumentReadOptions, IConversionDiagnostics)

Reads a document from the stream.