PdfDocumentInformation
GetCustomProperty Method
|
Get custom property.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
String
The property name.
Name not be Title,Author,Subject,Keywords,Creator,Producer,CreationDate,ModificationDate,Trap.
Return Value
Type:
String
The property value.null if property not exist.
See Also