SharpLeaf Reference > SharpLeaf Properties > ArgumentList Property SharpLeaf.ArgumentList Property
Substitution values for {1} ... {99} in TextBlock.Caption.
public string[] ArgumentList {get; set;}
Example
lf.ArgumentList = new string[] {"Draft 12", "John Smith"};
In all TextBlocks used in the DocumentLayout or drawn with SharpLeaf.DrawElement, “{1}” will be replace with “Draft12” and “{2}” by “John Smith”.
See also ...SharpLeaf Members | SharpLeaf.SetArgument Method | TextBlock.Caption Property
Send comments on this topic © Dyalog Ltd 2021
|