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