Link Search Menu Expand Document

IProfilesCreateProfile Method (String, 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
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.IProfiles.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.IProfiles.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.IProfiles.CreateProfile(System.String,System.String,Bytescout.PDFRenderer.RenderingOptions,System.Boolean,System.Boolean,System.Boolean)"]

See Also

Reference