Pular para o conteúdo principal

PdfMarkElement

Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class

public abstract class PdfMarkElement

Hierarquia: objectPdfMarkElement

Construtores

PdfMarkElement(PdfMarkElementType, PadesVisualRectangle)

public PdfMarkElement(PdfMarkElementType type, PadesVisualRectangle relativeContainer)

Parâmetros

NomeTipoDescrição
typePdfMarkElementType
relativeContainerPadesVisualRectangle

PdfMarkElement(PdfMarkElementType)

public PdfMarkElement(PdfMarkElementType type)

Parâmetros

NomeTipoDescrição
typePdfMarkElementType

Propriedades

ElementType

public PdfMarkElementType ElementType { get; set; }

Retorno

PdfMarkElementType


Opacity

public double Opacity { get; set; }

Retorno

double


RelativeContainer

public PadesVisualRectangle RelativeContainer { get; set; }

Retorno

PadesVisualRectangle


Rotation

public int Rotation { get; set; }

Retorno

int


Métodos

ToModel()

public virtual PdfMarkElementModel ToModel()

Retorno

PdfMarkElementModel


Membros herdados

GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()