Table of Contents

Enum OlePayloadKind

Namespace
DocWright.Ole
Assembly
DocWright.Ole.dll

How an embedded OLE object stores the thing it wraps.

public enum OlePayloadKind

Fields

Unrecognized = 0

The container holds neither of the well-known native streams. The payload is still reachable stream by stream through StreamNames; this only says that no single stream is "the file".

PackagedFile = 1

An OLE 1.0 Package: an arbitrary file dropped into the document, wrapped in the Ole10Native stream along with the name it had on disk.

Contents = 2

A CONTENTS stream, which is what the common embedders — Equation Editor, PDF and mathematics add-ins among them — write their native form into.