Class TxtExportOptions
Configuration options for plain text exports
Currently inherits all options from ExportOptionsBase.
The TXT exporter does not support different span-handling strategies. Regardless of the value provided in SpanMode, the TXT export always behaves as though SpanHandlingMode.Merge is used.
Other values (Repeat, Empty, Annotate) have no effect on TXT output.
Inherited Members
Namespace: IronPdf.Extractions
Assembly: IronPdf.dll
Syntax
public class TxtExportOptions : ExportOptionsBase
Constructors
TxtExportOptions()
Declaration
public TxtExportOptions()