Get 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 string GetCustomProperty(
	string name
)
Public Function GetCustomProperty ( 
	name As String
) As String
public:
String^ GetCustomProperty(
	String^ name
)
member GetCustomProperty : 
        name : string -> string 

Parameters

name
String
The property name. Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.

Return Value

String
The property value.null if property not exist.

See Also