Articles in this section
Category / Section

How do I set the document built-in properties in WinForms DocIO?

4 mins read

TheWinForms DocIO document.BuiltinDocumentProperties property is used to set the document built-in properties like Author, Application name, Comments, etc.,


C#
// Setting document Properties
document.BuiltinDocumentProperties.Author = "Essential DocIO";
document.BuiltinDocumentProperties.ApplicationName = "Essential DocIO";
document.BuiltinDocumentProperties.Category = "Document Generator";
document.BuiltinDocumentProperties.Comments = "This document was generated using Essential DocIO";
document.BuiltinDocumentProperties.Company = "Syncfusion Inc";
document.BuiltinDocumentProperties.Subject = "Native Word Generator";
document.BuiltinDocumentProperties.Keywords = "Syncfusion";
document.BuiltinDocumentProperties.Manager = "Sync Manager";
document.BuiltinDocumentProperties.Title = "Essential DocIO";
VB
' Setting document Properties
document.BuiltinDocumentProperties.Author = "Essential DocIO"
document.BuiltinDocumentProperties.ApplicationName = "Essential DocIO"
document.BuiltinDocumentProperties.Category = "Document Generator"
document.BuiltinDocumentProperties.Comments = "This document was generated using Essential DocIO"
document.BuiltinDocumentProperties.Company = "Syncfusion Inc"
document.BuiltinDocumentProperties.Subject = "Native Word Generator"
document.BuiltinDocumentProperties.Keywords = "Syncfusion"
document.BuiltinDocumentProperties.Manager = "Sync Manager"
document.BuiltinDocumentProperties.Title = "Essential DocIO"

Conclusion

I hope you enjoyed learning about how to set the document built-in properties in WinForms DocIO.

You can refer to our WinForms DocIO feature tour page to know about its other groundbreaking feature representations. You can also explore our documentation to understand how to present and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other components.

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied