Skip to content

Latest commit

 

History

History

SetCustomXmpProperties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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