PDFsharp-net6

ContentReader

Namespace: PdfSharp.Pdf.Content

Represents the functionality for reading PDF content streams.

public static class ContentReader

Inheritance ObjectContentReader

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