Table of Contents

Class PdfObjectStream

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Represents an object stream that contains compressed objects. PDF 1.5.

public class PdfObjectStream : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfObjectStream
Implements
Inherited Members

Constructors

PdfObjectStream(PdfDocument)

Initializes a new instance of the PdfObjectStream class.

public PdfObjectStream(PdfDocument document)

Parameters

document PdfDocument