Show / Hide Table of Contents

Class PdfMarkElement

Inheritance
Object
PdfMarkElement
PdfMarkImage
PdfMarkText
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public abstract class PdfMarkElement

Constructors

PdfMarkElement()

Declaration
public PdfMarkElement()

Properties

Opacity

Element opacity. If not set, default is 100, opaque.

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

RelativeContainer

Rectangle relative position to PdfMark Container

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

Rotation

Element rotation in degrees

Declaration
public PdfMarkRotation Rotation { get; set; }
Property Value
Type Description
PdfMarkRotation
Back to top Copyright © 2015-2020 Lacuna Software