DocumentProperty.ToDouble

DocumentProperty.ToDouble method

Returns the property value as double.

public double ToDouble()

Remarks

Throws an exception if the property type is not PropertyType.Float.

See Also