[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.GetCustomProperty

GetCustomProperty Method

GetCustomProperty(string)

Gets the value of a custom property with a specified name.

Use UserProps to enumerate custom properties.

Declaration
public string GetCustomProperty(string name)
Parameters
Type Name Description
string name

The name of the custom property.

Returns
Type Description
string

The property value or null if no such property exists.

See Also