Click or drag to resize

PdfToTextClientsetOutputFormat Method

Set the output format. The default value is OutputFormat.Text.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public PdfToTextClient setOutputFormat(
	OutputFormat outputFormat
)

Parameters

outputFormat
Type: SelectPdf.ApiOutputFormat
The output format.

Return Value

Type: PdfToTextClient
Reference to the current object.
See Also