Click or drag to resize
Pdftools logo

ContentExtractor Constructor

Create a new content extractor


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
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