PadesSize
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class
public class PadesSize
Hierarquia: object → PadesSize
Construtores
PadesSize()
public PadesSize()
PadesSize(double, double)
public PadesSize(double width, double height)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
width | double | |
height | double |
Propriedades
Height
public double Height { get; set; }
Retorno
Width
public double Width { get; set; }
Retorno
Métodos
CreateFromModel(PadesSizeModel)
public static PadesSize CreateFromModel(PadesSizeModel model)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
model | PadesSizeModel |
Retorno
ToModel()
public PadesSizeModel ToModel()
Retorno
PadesSizeModel
Membros herdados
GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()