Click or drag to resize

PdfXmpMetadata SetPropertyDate 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 SetPropertyDate(
	string schemaNs,
	string propName,
	DateTime? propValue
)

Parameters

schemaNs
Type: System String
The namespace URI
propName
Type: System String
The name of the property
propValue
Type: System Nullable DateTime
the value for the property
See Also

Reference

[!:SetProperty(string, string, object, PropertyOptions)]