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.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesVisualRectangle

Constructors

PadesVisualRectangle()

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

Methods

SetFullStretch(Double)

Declaration
public void SetFullStretch(double allMargins)
Parameters
Type Name Description
Double allMargins

SetFullStretch(Double, Double)

Declaration
public void SetFullStretch(double topAndBottom, double leftAndRight)
Parameters
Type Name Description
Double topAndBottom
Double leftAndRight

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

SetHeightBottomAnchored(Double, Double)

Declaration
public void SetHeightBottomAnchored(double height, double bottom)
Parameters
Type Name Description
Double height
Double bottom

SetHeightCentered(Double)

Declaration
public void SetHeightCentered(double height)
Parameters
Type Name Description
Double height

SetHeightTopAnchored(Double, Double)

Declaration
public void SetHeightTopAnchored(double height, double top)
Parameters
Type Name Description
Double height
Double top

SetHorizontalStretch(Double)

Declaration
public void SetHorizontalStretch(double leftAndRight)
Parameters
Type Name Description
Double leftAndRight

SetHorizontalStretch(Double, Double)

Declaration
public void SetHorizontalStretch(double left, double right)
Parameters
Type Name Description
Double left
Double right

SetVerticalStretch(Double)

Declaration
public void SetVerticalStretch(double topAndBottom)
Parameters
Type Name Description
Double topAndBottom

SetVerticalStretch(Double, Double)

Declaration
public void SetVerticalStretch(double top, double bottom)
Parameters
Type Name Description
Double top
Double bottom

SetWidthCentered(Double)

Declaration
public void SetWidthCentered(double width)
Parameters
Type Name Description
Double width

SetWidthLeftAnchored(Double, Double)

Declaration
public void SetWidthLeftAnchored(double width, double left)
Parameters
Type Name Description
Double width
Double left

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