Show / Hide Table of Contents

Class PdfMark

PDF mark or stamp that is applied on PDF pages

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.Pki.Pdf
Assembly: Lacuna.Pki.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>

MeasurementUnits

Declaration
public PadesMeasurementUnits MeasurementUnits { get; set; }
Property Value
Type Description
PadesMeasurementUnits

PageOptimization

Declaration
public PadesPageOptimization PageOptimization { get; set; }
Property Value
Type Description
PadesPageOptimization

PageOption

Declaration
public PdfMarkPageOptions PageOption { get; set; }
Property Value
Type Description
PdfMarkPageOptions

PageOptionNumber

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