Keep RO Link for RO Images

Changed AddRtfText to public
Center figures in the PDF
Added debug output for figures.
This commit is contained in:
Rich
2016-11-04 13:22:54 +00:00
parent c6da832041
commit c014652d90
3 changed files with 21 additions and 3 deletions

View File

@@ -1047,7 +1047,7 @@ namespace Volian.Controls.Library
{
return string.Format("[StepRTB {0},{1},{2}]", MyItemInfo.ItemID, MyItemInfo.DisplayNumber, MyItemInfo.DisplayText);
}
private void AddRtfText(string txt)
public void AddRtfText(string txt)
{
//Console.WriteLine("ItemID:{0}", MyItemInfo.ItemID);
//if(MyItemInfo.ItemID==10256)