IProfilesCreateProfile Method (String, Boolean, Boolean, Boolean)ByteScout PDF Extractor SDK
Creates JSON profile will all extractor properties with current values.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

string CreateProfile(
	string profileName,
	bool indented = false,
	bool singleQuotes = false,
	bool simplifiedProfile = false
)

Parameters

profileName
Type: SystemString
Name of profile (without spaces).
indented (Optional)
Type: SystemBoolean
Set to true if you need indented JSON.
singleQuotes (Optional)
Type: SystemBoolean
Set to true if you need single-quoted JSON.
simplifiedProfile (Optional)
Type: SystemBoolean
Whether to generate the simplified profile that contains only the properties.

Return Value

Type: String
JSON string.
See Also

Reference