Show / Hide Table of Contents

Class PadesVisualImage

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

Properties

Content

The background image content

Declaration
public byte[] Content { get; set; }
Property Value
Type Description
Byte[]

HorizontalAlign

The horizontal alignment of the background image in the signature rectangle. Only applied in case the signature rectangle has a wider aspect ratio than the image.

Declaration
public PadesHorizontalAlign HorizontalAlign { get; set; }
Property Value
Type Description
PadesHorizontalAlign

Opacity

The background image opacity. Default is 100.

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

VerticalAlign

The vertical alignment of the background image in the signature rectangle. Only applied in case the background image has a wider aspect ratio than the signature rectangle.

Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value
Type Description
PadesVerticalAlign
Back to top Copyright © 2015-2020 Lacuna Software