BaseRendererCreateProfile Method (String, 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

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

Parameters

profileName
Type: SystemString
Name of profile (without spaces).
outputFileName
Type: SystemString
Output file name.
renderingOptions (Optional)
Type: Bytescout.PDFRendererRenderingOptions
RenderingOptions object.
indented (Optional)
Type: SystemBoolean

[Missing <param name="indented"/> documentation for "M:Bytescout.PDFRenderer.BaseRenderer.CreateProfile(System.String,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,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,System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

Implements

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

Reference