Class PadesVisualImage
Inherited Members
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 |