Class PadesSize
Assembly: Lacuna.RestPki.Client.dll
Syntax
Constructors
PadesSize()
Declaration
PadesSize(Double, Double)
Declaration
public PadesSize(double width, double height)
Parameters
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Methods
CreateFromModel(PadesSizeModel)
Declaration
public static PadesSize CreateFromModel(PadesSizeModel model)
Parameters
Type |
Name |
Description |
Lacuna.RestPki.Api.PadesSignature.PadesSizeModel |
model |
|
Returns
ToModel()
Declaration
public PadesSizeModel ToModel()
Returns
Type |
Description |
Lacuna.RestPki.Api.PadesSignature.PadesSizeModel |
|