Click or drag to resize

PdfToTextClientsetTextLayout Method

Set the text layout. The default value is TextLayout.Original.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public PdfToTextClient setTextLayout(
	TextLayout textLayout
)

Parameters

textLayout
Type: SelectPdf.ApiTextLayout
The text layout.

Return Value

Type: PdfToTextClient
Reference to the current object.
See Also