Link Search Menu Expand Document

BaseExtractorLoadProfilesFromString Method

Loads profiles from JSON string.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void LoadProfilesFromString(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON string containing profiles.

Implements

IProfilesLoadProfilesFromString(String)
See Also

Reference