Click or drag to resize

PdfTableExtractor Constructor

Initializes a new instance of the class.

Namespace: Spire.Pdf.Utilities
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTableExtractor(
	PdfDocument document
)

Parameters

document
Type: Spire.Pdf PdfDocument
The document.
See Also