SvgPlottingUtilGetSystemValue Method
Return the real-world system value of the specified property, in mm.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static float GetSystemValue(
SvgImageItem svg,
HtmlNodeItem node,
string propertyName
)
Public Shared Function GetSystemValue (
svg As SvgImageItem,
node As HtmlNodeItem,
propertyName As String
) As Single
No code example is currently available or this language may not be supported.
- svg SvgImageItem
-
Reference to the SVG image being worked on.
- node HtmlNodeItem
-
Reference to the node to be inspected.
- propertyName String
-
Name of the property to read.
Single
Value of the specified property, in mm, if found. Otherwise, 0.