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.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
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