Click or drag to resize

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
)

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