DocumentLoadAndApplyProfiles Method ByteScout PDF SDK
Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void LoadAndApplyProfiles(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON string containing profiles.
Remarks

Note, all existing profiles are discarded before loading profiles from the provided string.
See Also

Reference