Show / Hide Table of Contents

Class PadesVisualPositioning

Inheritance
Object
PadesVisualPositioning
PadesVisualAutoPositioning
PadesVisualManualPositioning
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki.dll
Syntax
public abstract class PadesVisualPositioning

Properties

MeasurementUnits

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

PageNumber

Page on which to insert the visual representation. Negative values denote pages counted from the end of the document (-1 means last page). Zero denotes that, if no signatures are present, the signature should be inserted in a new page appended to the document.

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

PageOptimization

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