Added suffix to GetParagraphHeight to calculate the height of the Continue Message.
Added ContinueHeight property to calculate tthe height of the Section continue message.
This commit is contained in:
@@ -207,7 +207,7 @@ namespace Volian.Print.Library
|
||||
myparagraph.Alignment = MessageAlignment;
|
||||
myparagraph.Leading = iFont.Size;
|
||||
float w = GetTableWidth(cb, myparagraph, MyParent.MyItemInfo.MyDocStyle.Layout.PageWidth);
|
||||
float h = GetParagraphHeight(cb, myparagraph, w);
|
||||
float h = GetParagraphHeight(cb, myparagraph, string.Empty, w);
|
||||
cb.SetColorFill(changeBarColor);
|
||||
float yloc = yBottom + h - Rtf2Pdf.Offset.Y + 2.7F;
|
||||
if (_MsgAtTop)
|
||||
|
Reference in New Issue
Block a user