Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

Bottom

Declaration
public double? Bottom { get; set; }
Property Value
Type Description
Nullable<Double>
| Improve this Doc View Source

Height

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

Left

Declaration
public double? Left { get; set; }
Property Value
Type Description
Nullable<Double>
| Improve this Doc View Source

Right

Declaration
public double? Right { get; set; }
Property Value
Type Description
Nullable<Double>
| Improve this Doc View Source

Top

Declaration
public double? Top { get; set; }
Property Value
Type Description
Nullable<Double>
| Improve this Doc View Source

Width

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