PdfStructureAttributes
GetNumberValue Method
|
Get the attribute value.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float? GetNumberValue(
string key
)
Public Function GetNumberValue (
key As String
) As Single?
public:
Nullable<float> GetNumberValue(
String^ key
)
member GetNumberValue :
key : string -> Nullable<float32>
Parameters
-
key
-
Type:
System
String
The attribute key.
Return Value
Type:
Nullable
Single
The attribute value.
See Also