'宣言 Public Overloads Function GetLengthAbsValue( _ ByVal length As LengthAbs, _ ByVal style As Style, _ ByVal context As IScriptContext _ ) As System.Double
'使用法 Dim instance As C1PrintDocument Dim length As LengthAbs Dim style As Style Dim context As IScriptContext Dim value As System.Double value = instance.GetLengthAbsValue(length, style, context)
パラメータ
- length
- The length to convert. If it is expressed in UnitTypeEnum.Default, the current document's C1PrintDocument.DefaultUnit units are used.
- style
- The C1PrintDocument.Style providing the font, required if length is expressed in UnitTypeEnum.Em, UnitTypeEnum.Ex or UnitTypeEnum.LineSpacing (otherwise, it can be null).
- context
- C1.C1Preview.Scripting.IScriptContext that should be used to get calculated properties.
戻り値の型
The converted double value.