Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 897 Bytes

File metadata and controls

12 lines (8 loc) · 897 Bytes

Set custom XMP metadata properties in C# and VB.NET

This sample shows how to change custom, application-defined metadata properties of a PDF document using Docotic.Pdf library.

Description

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.

See also