itext pdfimage library
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace itext.pdfimage.Models
|
||||
{
|
||||
public class ImageChunk : IChunk
|
||||
{
|
||||
public float X { get; set; }
|
||||
public float Y { get; set; }
|
||||
public float W { get; set; }
|
||||
public float H { get; set; }
|
||||
public Image Image { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user