PdfStructureAttributes
SetNameValue Method
|
Set 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 void SetNameValue(
string key,
string value
)
Public Sub SetNameValue (
key As String,
value As String
)
public:
void SetNameValue(
String^ key,
String^ value
)
member SetNameValue :
key : string *
value : string -> unit
Parameters
-
key
-
Type:
System
String
The attribute key.
-
value
-
Type:
System
String
The attribute value.
See Also