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.Pki.Pades
Assembly: Lacuna.Pki.dll
Syntax
public class PadesSize

Constructors

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
Back to top Copyright © 2015-2020 Lacuna Software