Show / Hide Table of Contents

Class PdfMarkImage

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

Constructors

PdfMarkImage()

Declaration
public PdfMarkImage()

PdfMarkImage(Byte[], String)

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

PdfMarkImage(String, String)

Declaration
public PdfMarkImage(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[]

MimeType

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

Opacity

Declaration
[Obsolete("Use PdfMarkElement.Opacity instead")]
public double Opacity { get; set; }
Property Value
Type Description
Double

Url

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

Methods

SetContentFromFile(String)

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

ToModel()

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