Print Library, Svg Library, Utils Library, XYPlots
This commit is contained in:
@@ -1,21 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
using iTextSharp.text.pdf;
|
||||
using iTextSharp.text;
|
||||
using VEPROMS.CSLA.Library;
|
||||
|
||||
namespace Volian.Print.Library
|
||||
{
|
||||
public partial class vlnHeader: vlnText
|
||||
{
|
||||
private string _OrigStr;
|
||||
public float HeaderWidth
|
||||
{
|
||||
get { return _WidthAdjust + (MyFont.CharsToTwips * Text.Length); }
|
||||
}
|
||||
public vlnHeader(vlnParagraph myParent, PdfContentByte cb, string origStr, string cleanStr, float xoffset, float yoffset, VE_Font vFont)
|
||||
private readonly string _OrigStr;
|
||||
public float HeaderWidth => _WidthAdjust + (MyFont.CharsToTwips * Text.Length);
|
||||
public vlnHeader(vlnParagraph myParent, PdfContentByte cb, string origStr, string cleanStr, float xoffset, float yoffset, VE_Font vFont)
|
||||
{
|
||||
MyParent = myParent;
|
||||
MyContentByte = cb;
|
||||
|
||||
Reference in New Issue
Block a user