Class PadesVisualStaticPosition
Inherited Members
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki.dll
Syntax
public class PadesVisualStaticPosition
Constructors
PadesVisualStaticPosition(Rectangle, Int32)
Declaration
public PadesVisualStaticPosition(Rectangle rectangle, int pageNumber)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | rectangle | |
Int32 | pageNumber |
Properties
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Rectangle
Declaration
public Rectangle Rectangle { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |