Class Length
Inheritance
System.Object
Length
Namespace: IronPdf.Editing
Assembly: IronPdf.dll
Syntax
public class Length : Object
Constructors
Length(Double, MeasurementUnit)
Declaration
public Length(double value = 0, MeasurementUnit unit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | |
MeasurementUnit | unit |
Properties
Unit
Declaration
public MeasurementUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
MeasurementUnit |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |