Hi,Support:
Does the API support adding a datetime text element on pdf page and the added datetime text element can auto-update as the OS current date and time?
If so,how to reach it on VB.net?
Thanks for your help....void Logic() { var doc = new Document(); var page = doc.Pages.Add();...Color.Red; // Add field to the document doc.Form.Add(dateField, 1);...