The PdfObjectStreamKeys type exposes the following members.
Fields
Name | Description | |
---|---|---|
Extends |
(Optional) A reference to an object stream, of which the current object
stream is considered an extension. Both streams are considered part of
a collection of object streams (see below). A given collection consists
of a set of streams whose Extendslinks form a directed acyclic graph.
| |
First |
(Required) The byte offset (in the decoded stream) of the first
compressed object.
| |
N |
(Required) The number of compressed objects in the stream.
| |
Type |
(Required) The type of PDF object that this dictionary describes;
must be ObjStmfor an object stream.
|
See Also