
Use DocProperty fields to insert the values of custom document properties in documents Custom document properties do not appear in the content of the document unless you do something to insert their values in the document. Both the name and the value are limited to 255 characters.Ĭustom document properties are saved as metadata in the document. You can add as many custom document properties as you want. Each custom document property must have a name and a value.

Word includes a number of built-in properties (Title, Author, etc.) to which you can assign the values you want.Ĭustom document properties are properties you define yourself. Understanding custom document properties and DocProperty fields Needless to say, I'm a very happy customer. I've since received excellent and courteous technical support (resolved in a few hours on a weekend, no less). The software was easy to try (full-featured free trial) and the price was very worth it when I bought the licensed copy. (Using the built-in MS Word utility is frustrating at best, and nearly unusable at worst!)

Without the DocTools DocPropertyManager program, I would have given up on Words Fields. I can also translate any term to Japanese in a single step. I can easily redefine a custom property, and all references throughout the document are immediately updated. But with the DocPropertyManager tool, I'm able to make very good use of Word's Custom Property feature. My latest specification is one for a Japanese customer where we have re-named some terms, and my Japanese colleague has the challenge of translating my lengthy document. It can be anything you like.ĭc. write lengthy and detailed software specifications, and I'm very picky about defining terms and using them consistently throughout a specification document. docx) and enumerate them in new PDF document as small report.ĭim inpFile As String = ".\DocumentProperties.docx"ĭim statFile As String = ".\Statistics.pdf"ĭim dc As DocumentCore = DocumentCore.Load(inpFile) ''' Read built-in document properties (from. Inscription: "Hello World" and add some metadata inside:ĭc.("Hello World!!!", new CharacterFormat() ) The following example shows how to add built-in and custom document properties (metadata).įirst of all, let's create a simple RTF document with You can also search for documents based on their properties or insert them into your documents. If you include the document properties for your files, you can easily organize and identify them later. They include details such as title, author name, subject, and keywords that identify the document's topic or contents.


How to add & read built-in and custom document properties in C# and VB.NETĭocument properties, also known as metadata, are details about a file that describe or identify it.
