Class PadesVisualPositioning
Inheritance
PadesVisualPositioning
Assembly: Lacuna.Pki.dll
Syntax
public abstract class PadesVisualPositioning
Properties
|
Improve this Doc
View Source
MeasurementUnits
Declaration
public PadesMeasurementUnits MeasurementUnits { get; set; }
Property Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
PageOptimization
Declaration
public PadesPageOptimization PageOptimization { get; set; }
Property Value