Back to Devexpress

CustomProperties Class

officefileapi-devexpress-dot-pdf-dot-xmp-4942bc17.md

latest1.6 KB
Original Source

CustomProperties Class

Contains properties used to define the custom XMP namespace.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class CustomProperties :
    IEnumerable<KeyValuePair<string, string>>,
    IEnumerable
vb
Public Class CustomProperties
    Implements IEnumerable(Of KeyValuePair(Of String, String)),
               IEnumerable

The following members return CustomProperties objects:

Implements

IEnumerable<KeyValuePair<String, String>>

IEnumerable

Inheritance

Object CustomProperties

See Also

CustomProperties Members

DevExpress.Pdf.Xmp Namespace