Agregar archivos de proyecto.
This commit is contained in:
20
tsPDFUtilsCore/ImagenEnPdf.cs
Normal file
20
tsPDFUtilsCore/ImagenEnPdf.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace tsPDFUtilsCore
|
||||
{
|
||||
public class ImagenEnPdf
|
||||
{
|
||||
public byte[] Imagen { get; set; }
|
||||
public EsquinaEnum EsquinaReferencia { get; set; }
|
||||
public double Transparencia { get; set; } = 1;
|
||||
public float CoordenadaX { get; set; }
|
||||
public float CoordenadaY { get; set; }
|
||||
public float EscalaVertical { get; set; }
|
||||
public float EscalaHorizontal { get; set; }
|
||||
public float AnguloRotacion { get; set; }
|
||||
public int PaginaInicio { get; set; }
|
||||
public int PaginaFin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user