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
)
Public Function setOutputFormat (
outputFormat As OutputFormat
) As PdfToTextClient
Parameters
- outputFormat
- Type: SelectPdf.ApiOutputFormat
The output format.
Return Value
Type:
PdfToTextClientReference to the current object.
See Also