Show / Hide Table of Contents
Edit on GitHub

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

| Improve this Doc View Source

PadesSize()

Declaration
public PadesSize()
| Improve this Doc View Source

PadesSize(Double, Double)

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

Properties

| Improve this Doc View Source

Height

Declaration
public double Height { get; set; }
Property Value
Type Description
Double
| Improve this Doc View Source

Width

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

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
Type Description
PadesSize
| Improve this Doc View Source

ToModel()

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