PdfExtractor.PdfExtractor

PdfExtractor()

Initializes new PdfExtractor object.

public PdfExtractor()

See Also


PdfExtractor(Document)

Initializes new PdfExtractor object on base of the document.

public PdfExtractor(Document document)
ParameterTypeDescription
documentDocumentPdf document.

See Also