Changed Rtf to virtual so that vlnParagraph could override the derived property
This commit is contained in:
@@ -71,8 +71,8 @@ namespace Volian.Print.Library
|
|||||||
get { return _ImageText; }
|
get { return _ImageText; }
|
||||||
set { _ImageText = value; }
|
set { _ImageText = value; }
|
||||||
}
|
}
|
||||||
private string _Rtf; // may become iTextSharp paragraph
|
protected string _Rtf; // may become iTextSharp paragraph
|
||||||
public string Rtf
|
public virtual string Rtf
|
||||||
{
|
{
|
||||||
get { return _Rtf; }
|
get { return _Rtf; }
|
||||||
set { _Rtf = value; }
|
set { _Rtf = value; }
|
||||||
|
Reference in New Issue
Block a user