Class PadesSize
Inherited Members
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki.dll
Syntax
public class PadesSize
Constructors
PadesSize(Double, Double)
Declaration
public PadesSize(double width, double height)
Parameters
Type | Name | Description |
---|---|---|
Double | width | |
Double | height |
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
Double |
Width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
Double |