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

Constructors

PadesVisualImage()

Declaration
public PadesVisualImage()

PadesVisualImage(Byte[], String)

Declaration
public PadesVisualImage(byte[] imageContent, string mimeType)
Parameters
Type Name Description
Byte[] imageContent
String mimeType

PadesVisualImage(String, String)

Declaration
public PadesVisualImage(string imageUrl, string mimeType = null)
Parameters
Type Name Description
String imageUrl
String mimeType

Properties

Content

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

HorizontalAlign

Declaration
public PadesHorizontalAlign HorizontalAlign { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.PadesSignature.PadesHorizontalAlign

MimeType

Declaration
public string MimeType { get; set; }
Property Value
Type Description
String

Opacity

Declaration
public int Opacity { get; set; }
Property Value
Type Description
Int32

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
String

VerticalAlign

Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.PadesSignature.PadesVerticalAlign

Methods

SetContentFromFile(String)

Declaration
public void SetContentFromFile(string filePath)
Parameters
Type Name Description
String filePath

ToModel()

Declaration
public PadesVisualImageModel ToModel()
Returns
Type Description
Lacuna.RestPki.Api.PadesSignature.PadesVisualImageModel
Back to top Copyright © 2015-2020 Lacuna Software