Show / Hide Table of Contents

Class PadesVisualStaticPosition

Inheritance
Object
PadesVisualStaticPosition
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 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
Back to top Copyright © 2015-2020 Lacuna Software