Link Search Menu Expand Document

BaseRendererLoadProfilesFromString Method

Loads profiles from JSON string.

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

Parameters

jsonString
Type: SystemString
JSON string containing profiles.

Implements

IProfilesLoadProfilesFromString(String)
See Also

Reference