Custom inbuilt document property

Hey,

Is there any way through which we add a custom property into docx. For e.g:
I want to embed
{ 'document_type': 'research_paper' }
into the docx, so that my consumer (who uses Aspose words) can retrieve this information.

Regards,
Karthik Nair

@Karthik_Nair You can use CustomDocumentProperties to achieve this.