Skip to main content
All docs
V25.1
  • CustomProperties.Item[String] Property

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

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v25.1.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