Agregar archivos de proyecto.
This commit is contained in:
18
tsPDFUtilsCore/DatosImagenFirma.cs
Normal file
18
tsPDFUtilsCore/DatosImagenFirma.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
using static tsPDFUtilsCore.Enums;
|
||||
|
||||
namespace tsPDFUtilsCore
|
||||
{
|
||||
|
||||
public class DatosImagenFirma
|
||||
{
|
||||
public EsquinaEnum PosicionEsquina;
|
||||
public int Ancho;
|
||||
public int Alto;
|
||||
public int PosicionX;
|
||||
public int PosicionY;
|
||||
public byte[] Imagen;
|
||||
public int AnguloRotacion;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user