Show / Hide Table of Contents

Class PdfMarkElement

Inheritance
Object
PdfMarkElement
PdfMarkImageElement
PdfMarkQRCodeElement
PdfMarkTextElement
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 abstract class PdfMarkElement

Constructors

PdfMarkElement(PdfMarkElementType)

Declaration
public PdfMarkElement(PdfMarkElementType type)
Parameters
Type Name Description
Lacuna.RestPki.Api.PadesSignature.PdfMarkElementType type

PdfMarkElement(PdfMarkElementType, PadesVisualRectangle)

Declaration
public PdfMarkElement(PdfMarkElementType type, PadesVisualRectangle relativeContainer)
Parameters
Type Name Description
Lacuna.RestPki.Api.PadesSignature.PdfMarkElementType type
PadesVisualRectangle relativeContainer

Properties

ElementType

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

Opacity

Declaration
public double Opacity { get; set; }
Property Value
Type Description
Double

RelativeContainer

Declaration
public PadesVisualRectangle RelativeContainer { get; set; }
Property Value
Type Description
PadesVisualRectangle

Rotation

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

Methods

ToModel()

Declaration
public virtual PdfMarkElementModel ToModel()
Returns
Type Description
Lacuna.RestPki.Api.PadesSignature.PdfMarkElementModel

Extension Methods

PdfMarkElementExtensions.OnContainer<T>(T, PadesVisualRectangle)
PdfMarkElementExtensions.WithRotation<T>(T, Int32)
PdfMarkElementExtensions.Rotate90Clockwise<T>(T)
PdfMarkElementExtensions.Rotate90Counterclockwise<T>(T)
PdfMarkElementExtensions.Rotate180<T>(T)
PdfMarkElementExtensions.WithOpacity<T>(T, Double)
Back to top Copyright © 2015-2020 Lacuna Software