Initial
This commit is contained in:
8
PdfMarker/Models/TextFeature.cs
Normal file
8
PdfMarker/Models/TextFeature.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace PdfMarker.Models;
|
||||
|
||||
public class TextFeature
|
||||
{
|
||||
public double X { get; set; }
|
||||
public double Y { get; set; }
|
||||
public string Text { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user