Class ContentReader
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
PdfPageThe page.
Returns
ReadContent(byte[])
Reads the specified content.
public static CSequence ReadContent(byte[] content)
Parameters
content
byte[]The content.
Returns
ReadContent(MemoryStream)
Reads the specified content.
public static CSequence ReadContent(MemoryStream content)
Parameters
content
MemoryStreamThe content.