Length Conversion (Length to Int64) |
Converts a
Length instance to a length value in an EMU (English Metric Unit) measurement unit.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic static explicit operator long (
Length value
)
Public Shared Narrowing Operator CType (
value As Length
) As Long
Parameters
- value
- Type: GemBox.PresentationLength
The length value.
Return Value
Type:
Int64A length value that is equivalent to a specified input
Length instance in an EMU (English Metric Unit) measurement unit.
See Also