Class PadesVisualImage
Inheritance
PadesVisualImage
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesVisualImage
Constructors
|
Improve this Doc
View Source
PadesVisualImage()
Declaration
public PadesVisualImage()
|
Improve this Doc
View Source
PadesVisualImage(Byte[], String)
Declaration
public PadesVisualImage(byte[] imageContent, string mimeType)
Parameters
| Type |
Name |
Description |
| Byte[] |
imageContent |
|
| String |
mimeType |
|
|
Improve this Doc
View Source
PadesVisualImage(String, String)
Declaration
public PadesVisualImage(string imageUrl, string mimeType = null)
Parameters
Properties
|
Improve this Doc
View Source
Content
Declaration
public byte[] Content { get; set; }
Property Value
|
Improve this Doc
View Source
HorizontalAlign
Declaration
public PadesHorizontalAlign HorizontalAlign { get; set; }
Property Value
| Type |
Description |
| Lacuna.RestPki.Api.PadesSignature.PadesHorizontalAlign |
|
|
Improve this Doc
View Source
MimeType
Declaration
public string MimeType { get; set; }
Property Value
|
Improve this Doc
View Source
Opacity
Declaration
public int Opacity { get; set; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
|
Improve this Doc
View Source
VerticalAlign
Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value
| Type |
Description |
| Lacuna.RestPki.Api.PadesSignature.PadesVerticalAlign |
|
Methods
|
Improve this Doc
View Source
SetContentFromFile(String)
Declaration
public void SetContentFromFile(string filePath)
Parameters
| Type |
Name |
Description |
| String |
filePath |
|
|
Improve this Doc
View Source
ToModel()
Declaration
public PadesVisualImageModel ToModel()
Returns
| Type |
Description |
| Lacuna.RestPki.Api.PadesSignature.PadesVisualImageModel |
|