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
)
Public Function setTextLayout (
textLayout As TextLayout
) As PdfToTextClient
Parameters
- textLayout
- Type: SelectPdf.ApiTextLayout
The text layout.
Return Value
Type:
PdfToTextClientReference to the current object.
See Also