PdfExtractorToTextOptions.PdfExtractorToTextOptions

PdfExtractorToTextOptions(TextFormattingMode)

Initializes a new instance of the PdfExtractorToTextOptions object for the specified text formatting mode.

public PdfExtractorToTextOptions(TextFormattingMode formattingMode)
ParameterTypeDescription
formattingModeTextFormattingModeText formatting mode value.

See Also


PdfExtractorToTextOptions()

Initializes a new instance of the PdfExtractorToTextOptions object with ‘Raw’ (default) text formatting mode.

public PdfExtractorToTextOptions()

See Also