Table of Contents

Class PdfObjectStream.Keys

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Predefined keys common to all font dictionaries.

public class PdfObjectStream.Keys : PdfDictionary.PdfStream.Keys
Inheritance
PdfObjectStream.Keys
Inherited Members

Constructors

Keys()

public Keys()

Fields

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.

public const string Extends = "/Extends"

Field Value

string

First

(Required) The byte offset (in the decoded stream) of the first compressed object.

public const string First = "/First"

Field Value

string

N

(Required) The number of compressed objects in the stream.

public const string N = "/N"

Field Value

string

Type

(Required) The type of PDF object that this dictionary describes; must be ObjStmfor an object stream.

public const string Type = "/Type"

Field Value

string