This sample shows how to change custom, application-defined metadata properties of a PDF document using Docotic.Pdf library.
Docotic.Pdf can read and set strings, arrays of different types, and structures as custom properties. To access custom metadata properties of a PDF document, first get the XmpMetadata object from the PdfDocument.Metadata property, then use the Custom property of the object.