itext pdfimage library
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Drawing;
|
||||
|
||||
|
||||
namespace itext.pdfimage.Models
|
||||
{
|
||||
public class TextChunk : IChunk
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public iText.Kernel.Geom.Rectangle Rect { get; set; }
|
||||
public string FontFamily { get; set; }
|
||||
public int FontSize { get; set; }
|
||||
public FontStyle FontStyle { get; set; }
|
||||
public float SpaceWidth { get; set; }
|
||||
public Color Color { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user