| LengthParse Method |
Creates a
Length object by parsing a string representation of a length with its unit.
Namespace: PdfTools.Geometry.UnitsAssembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax public static Length Parse(
string value
)
Parameters
- value String
- Value-unit pair of the form "<value><unit>". Examples: "12.3cm" or "23.9mm". Allowed units are "um", "mm", "cm", "m", "km", "pt", and "in".
Return Value
LengthExceptions Exception | Condition |
---|
ArgumentException | if unit given in value is invalid. |
See Also