Documents for PDF, .NET Edition Documentation
Unit Constructor(Single,UnitTypeEnum)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > Unit Structure > Unit Constructor : Unit Constructor(Single,UnitTypeEnum)
The unit value.
The unit of measurement.
Initializes a new instance of the Unit structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Single, _
   ByVal unitType As UnitTypeEnum _
)
public Unit( 
   System.float value,
   UnitTypeEnum unitType
)

Parameters

value
The unit value.
unitType
The unit of measurement.
See Also

Reference

Unit Structure
Unit Members
Overload List