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

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

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

Parameters

profileName
Type: SystemString
Name of profile (without spaces).
renderingOptions (Optional)
Type: Bytescout.PDFRendererRenderingOptions

[Missing <param name="renderingOptions"/> documentation for "M:Bytescout.PDFRenderer.IProfiles.CreateProfile(System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

indented (Optional)
Type: SystemBoolean

[Missing <param name="indented"/> documentation for "M:Bytescout.PDFRenderer.IProfiles.CreateProfile(System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

singleQuotes (Optional)
Type: SystemBoolean

[Missing <param name="singleQuotes"/> documentation for "M:Bytescout.PDFRenderer.IProfiles.CreateProfile(System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

simplifiedProfile (Optional)
Type: SystemBoolean

[Missing <param name="simplifiedProfile"/> documentation for "M:Bytescout.PDFRenderer.IProfiles.CreateProfile(System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: String
JSON string.
See Also

Reference