 | 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.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntaxpublic 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
Length
Exceptions| Exception | Condition |
|---|
| ArgumentException | if unit given in value is invalid. |
See Also