PdfStructureAttributes
GetNameValue 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 string GetNameValue(
string key
)
Public Function GetNameValue (
key As String
) As String
public:
String^ GetNameValue(
String^ key
)
member GetNameValue :
key : string -> string
Parameters
-
key
-
Type:
System
String
The attribute key.
Return Value
Type:
String
The attribute value.
See Also