PdfXmpMetadata
SetPropertyString Method
|
Set the value of a property.
Namespace:
Spire.Pdf.Interchange.Metadata
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetPropertyString(
string schemaNs,
string propName,
string propValue
)
Public Sub SetPropertyString (
schemaNs As String,
propName As String,
propValue As String
)
public:
void SetPropertyString(
String^ schemaNs,
String^ propName,
String^ propValue
)
member SetPropertyString :
schemaNs : string *
propName : string *
propValue : string -> unit
Parameters
-
schemaNs
-
Type:
System
String
The namespace URI
-
propName
-
Type:
System
String
The name of the property
-
propValue
-
Type:
System
String
the value for the property
See Also
Reference
[!:SetProperty(string, string, object, PropertyOptions)]