Represents the functionality for reading PDF content streams.
Inheritance Hierarchy
PdfEdit.Pdf.ContentContentReader
Namespace: PdfEdit.Pdf.Content
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Methods
Name | Description | |
---|---|---|
ReadContent(Byte) |
Reads the specified content.
| |
ReadContent(MemoryStream) |
Reads the specified content.
| |
ReadContent(PdfPage) |
Reads the content stream(s) of the specified page.
|
See Also