Link Search Menu Expand Document

BaseRendererCreateProfile Method (String, RenderingOptions, Boolean, Boolean, Boolean)

Creates JSON profile will all extractor properties with current values.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public 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.BaseRenderer.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.BaseRenderer.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.BaseRenderer.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.BaseRenderer.CreateProfile(System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: String
JSON string.

Implements

IProfilesCreateProfile(String, RenderingOptions, Boolean, Boolean, Boolean)
See Also

Reference