Click or drag to resize

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
)

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)]