PdfToTextClientsetCustomParameter Method |
Set a custom parameter. Do not use this method unless advised by SelectPdf.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public PdfToTextClient setCustomParameter(
string parameterName,
string parameterValue
)
Public Function setCustomParameter (
parameterName As String,
parameterValue As String
) As PdfToTextClient
Parameters
- parameterName
- Type: SystemString
Parameter name. - parameterValue
- Type: SystemString
Parameter value.
Return Value
Type:
PdfToTextClientReference to the current object.
See Also