Show / Hide Table of Contents

Class PdfMark

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

Constructors

PdfMark()

Declaration
public PdfMark()

Properties

BackgroundColor

Declaration
public Color BackgroundColor { get; set; }
Property Value
Type Description
Color

BorderColor

Declaration
public Color BorderColor { get; set; }
Property Value
Type Description
Color

BorderWidth

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

Container

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

Elements

Declaration
public List<PdfMarkElement> Elements { get; set; }
Property Value
Type Description
List<PdfMarkElement>

PageOption

Declaration
public PdfMarkPageOptions PageOption { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.PdfMarkPageOptions

PageOptionNumber

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

Methods

ToModel()

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

Extension Methods

PdfMarkExtensions.OnContainer(PdfMark, PadesVisualRectangle)
PdfMarkExtensions.WithBorderWidth(PdfMark, Double)
PdfMarkExtensions.OnAllPages(PdfMark)
PdfMarkExtensions.OnNewPage(PdfMark)
PdfMarkExtensions.OnSinglePage(PdfMark, Int32)
PdfMarkExtensions.OnSinglePageFromEnd(PdfMark, Int32)
PdfMarkExtensions.AddElement(PdfMark, PdfMarkElement)
PdfMarkExtensions.WithBorderColor(PdfMark, Color)
PdfMarkExtensions.WithBackgroundColor(PdfMark, Color)
Back to top Copyright © 2015-2020 Lacuna Software