Click or drag to resize

ITextRenderGetContent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets specified content segment, or complete content

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
string GetContent(
	long fromLength = -9223372036854775808,
	long toLength = -9223372036854775808
)
Request Example View Source

Parameters

fromLength (Optional)
Type: SystemInt64
From length - by default from start
toLength (Optional)
Type: SystemInt64
To length - by default to the end

Return Value

Type: String
The slice of the content
See Also