Class BaseDimensions
Inherited Members
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public abstract class BaseDimensions
Properties
Height
The height in MeasurementUnits
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
Double |
MeasurementUnits
The measurement units of Width and Height
Declaration
public PadesMeasurementUnits MeasurementUnits { get; }
Property Value
Type | Description |
---|---|
PadesMeasurementUnits |
Width
The width in MeasurementUnits
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
Double |