Skip to main content
All docs
V23.2

CustomProperties.Item[String] Property

Returns a value of the namespace attribute with the given name.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string this[string localName] { get; set; }

Parameters

Name Type Description
localName String

The target attribute name.

Property Value

Type Description
String

The attribute value.

See Also