PdfDocumentInformation
SetCustomProperty Method
|
Set custom property.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetCustomProperty(
string name,
string value
)
Public Sub SetCustomProperty (
name As String,
value As String
)
public:
void SetCustomProperty(
String^ name,
String^ value
)
member SetCustomProperty :
name : string *
value : string -> unit
Parameters
-
name
-
Type:
System
String
The property name.
Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.
-
value
-
Type:
System
String
The property value.
See Also