Show / Hide Table of Contents

Class BaseDimensions

Inheritance
Object
BaseDimensions
PageDimensions
TextRequiredArea
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
Back to top Copyright © 2015-2020 Lacuna Software