Table of Contents

Class ContentReader

Namespace
PdfSharp.Pdf.Content
Assembly
PdfSharp-gdi.dll

Represents the functionality for reading PDF content streams.

public static class ContentReader
Inheritance
ContentReader
Inherited Members

Methods

ReadContent(PdfPage)

Reads the content stream(s) of the specified page.

public static CSequence ReadContent(PdfPage page)

Parameters

page PdfPage

The page.

Returns

CSequence

ReadContent(byte[])

Reads the specified content.

public static CSequence ReadContent(byte[] content)

Parameters

content byte[]

The content.

Returns

CSequence

ReadContent(MemoryStream)

Reads the specified content.

public static CSequence ReadContent(MemoryStream content)

Parameters

content MemoryStream

The content.

Returns

CSequence