Set custom property.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
The property name. Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.
value
String
The property value.

See Also