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
)
Public Sub SetPropertyDate (
schemaNs As String,
propName As String,
propValue As DateTime?
)
public:
void SetPropertyDate(
String^ schemaNs,
String^ propName,
Nullable<DateTime> propValue
)
member SetPropertyDate :
schemaNs : string *
propName : string *
propValue : Nullable<DateTime> -> unit
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)]