PdfStructureAttributes
SetNumberValue 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 SetNumberValue(
string key,
float? value
)
Public Sub SetNumberValue (
key As String,
value As Single?
)
public:
void SetNumberValue(
String^ key,
Nullable<float> value
)
member SetNumberValue :
key : string *
value : Nullable<float32> -> unit
Parameters
-
key
-
Type:
System
String
The attribute key.
-
value
-
Type:
System
Nullable
Single
The attribute value.
See Also