Show / Hide Table of Contents
Edit on 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.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesVisualRectangle

Constructors

| Improve this Doc View Source

PadesVisualRectangle()

Declaration
public 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>

Methods

| Improve this Doc View Source

SetFullStretch(Double)

Declaration
public void SetFullStretch(double allMargins)
Parameters
Type Name Description
Double allMargins
| Improve this Doc View Source

SetFullStretch(Double, Double)

Declaration
public void SetFullStretch(double topAndBottom, double leftAndRight)
Parameters
Type Name Description
Double topAndBottom
Double leftAndRight
| Improve this Doc View Source

SetFullStretch(Double, Double, Double, Double)

Declaration
public void SetFullStretch(double top, double right, double bottom, double left)
Parameters
Type Name Description
Double top
Double right
Double bottom
Double left
| Improve this Doc View Source

SetHeightBottomAnchored(Double, Double)

Declaration
public void SetHeightBottomAnchored(double height, double bottom)
Parameters
Type Name Description
Double height
Double bottom
| Improve this Doc View Source

SetHeightCentered(Double)

Declaration
public void SetHeightCentered(double height)
Parameters
Type Name Description
Double height
| Improve this Doc View Source

SetHeightTopAnchored(Double, Double)

Declaration
public void SetHeightTopAnchored(double height, double top)
Parameters
Type Name Description
Double height
Double top
| Improve this Doc View Source

SetHorizontalStretch(Double)

Declaration
public void SetHorizontalStretch(double leftAndRight)
Parameters
Type Name Description
Double leftAndRight
| Improve this Doc View Source

SetHorizontalStretch(Double, Double)

Declaration
public void SetHorizontalStretch(double left, double right)
Parameters
Type Name Description
Double left
Double right
| Improve this Doc View Source

SetVerticalStretch(Double)

Declaration
public void SetVerticalStretch(double topAndBottom)
Parameters
Type Name Description
Double topAndBottom
| Improve this Doc View Source

SetVerticalStretch(Double, Double)

Declaration
public void SetVerticalStretch(double top, double bottom)
Parameters
Type Name Description
Double top
Double bottom
| Improve this Doc View Source

SetWidthCentered(Double)

Declaration
public void SetWidthCentered(double width)
Parameters
Type Name Description
Double width
| Improve this Doc View Source

SetWidthLeftAnchored(Double, Double)

Declaration
public void SetWidthLeftAnchored(double width, double left)
Parameters
Type Name Description
Double width
Double left
| Improve this Doc View Source

SetWidthRightAnchored(Double, Double)

Declaration
public void SetWidthRightAnchored(double width, double right)
Parameters
Type Name Description
Double width
Double right
Back to top Copyright © 2015-2020 Lacuna Software