Class PdfMark
PDF mark or stamp that is applied on PDF pages
Assembly: Lacuna.Pki.dll
Syntax
Constructors
PdfMark()
Declaration
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
BorderWidth
Declaration
public double BorderWidth { get; set; }
Property Value
Container
Declaration
public PadesVisualRectangle Container { get; set; }
Property Value
Elements
Declaration
public List<PdfMarkElement> Elements { get; set; }
Property Value
MeasurementUnits
Declaration
public PadesMeasurementUnits MeasurementUnits { get; set; }
Property Value
PageOptimization
Declaration
public PadesPageOptimization PageOptimization { get; set; }
Property Value
PageOption
Declaration
public PdfMarkPageOptions PageOption { get; set; }
Property Value
PageOptionNumber
Declaration
public int PageOptionNumber { get; set; }
Property Value