PadesVisualImage
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki
Class
public class PadesVisualImage
Hierarquia: object → PadesVisualImage
Construtores
PadesVisualImage()
public PadesVisualImage()
Propriedades
Content
The background image content
public byte[] Content { get; set; }
Retorno
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.
public PadesHorizontalAlign HorizontalAlign { get; set; }
Retorno
Opacity
The background image opacity. Default is 100.
public double? Opacity { get; set; }
Retorno
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.
public PadesVerticalAlign VerticalAlign { get; set; }
Retorno
Membros herdados
ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()