Table of Contents

Class PdfContent

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Represents the content of a page. PDFsharp supports only one content stream per page. If an imported page has an array of content streams, the streams are concatenated to one single stream.

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

Constructors

PdfContent(PdfDictionary)

Initializes a new instance of the PdfContent class.

public PdfContent(PdfDictionary dict)

Parameters

dict PdfDictionary

The dict.

PdfContent(PdfDocument)

Initializes a new instance of the PdfContent class.

public PdfContent(PdfDocument document)

Parameters

document PdfDocument

Properties

Compressed

Sets a value indicating whether the content is compressed with the ZIP algorithm.

public bool Compressed { set; }

Property Value

bool