DocumentProperty.ToInt

DocumentProperty.ToInt method

Returns the property value as integer.

public int ToInt()

Remarks

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

See Also