Click or drag to resize
Pdftools logo

ContentExtractor Constructor

Create a new content extractor


Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
Syntax
C#
public ContentExtractor(
	Content content
)

Parameters

content  Content
the content object of a page or group
Exceptions
ExceptionCondition
IOExceptionError reading from the document
CorruptExceptionThe document is corrupt
ArgumentExceptionif the document associated with the content object has already been closed
ArgumentExceptionif the document associated with the content has already been closed
ArgumentExceptionif the content's document is an output document
ArgumentNullExceptionif content is .
See Also