Class PdfMarkElement
Inherited Members
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 |