Show / Hide Table of Contents

Class PadesSize

Inheritance
Object
PadesSize
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesSize

Constructors

PadesSize()

Declaration
public PadesSize()

PadesSize(Double, Double)

Declaration
public PadesSize(double width, double height)
Parameters
Type Name Description
Double width
Double height

Properties

Height

Declaration
public double Height { get; set; }
Property Value
Type Description
Double

Width

Declaration
public double Width { get; set; }
Property Value
Type Description
Double

Methods

CreateFromModel(PadesSizeModel)

Declaration
public static PadesSize CreateFromModel(PadesSizeModel model)
Parameters
Type Name Description
Lacuna.RestPki.Api.PadesSignature.PadesSizeModel model
Returns
Type Description
PadesSize

ToModel()

Declaration
public PadesSizeModel ToModel()
Returns
Type Description
Lacuna.RestPki.Api.PadesSignature.PadesSizeModel
Back to top Copyright © 2015-2020 Lacuna Software