 | aceLogAppendFrame Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbACE.Core.core
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntaxpublic Object AppendFrame(
string content,
int width,
int height,
string title = "",
string footnote = "",
IEnumerable<string> paragraphs = null
)
Request Example
View SourceParameters
- content
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- title (Optional)
- Type: SystemString
- footnote (Optional)
- Type: SystemString
- paragraphs (Optional)
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
ObjectImplements
ITextAppendContent.AppendFrame(String, Int32, Int32, String, String, IEnumerableString)
See Also