Show / Hide Table of Contents

Class PadesVisualRectangle

Inheritance
Object
PadesVisualRectangle
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 PadesVisualRectangle

Properties

Bottom

Declaration
public double? Bottom { get; set; }
Property Value
Type Description
Nullable<Double>

Height

Declaration
public double? Height { get; set; }
Property Value
Type Description
Nullable<Double>

Left

Declaration
public double? Left { get; set; }
Property Value
Type Description
Nullable<Double>

Right

Declaration
public double? Right { get; set; }
Property Value
Type Description
Nullable<Double>

Top

Declaration
public double? Top { get; set; }
Property Value
Type Description
Nullable<Double>

Width

Declaration
public double? Width { get; set; }
Property Value
Type Description
Nullable<Double>
Back to top Copyright © 2015-2020 Lacuna Software