Editing Tag Values at Run Time
You can show a form for the end-user to view and edit tag values for tags contained in the Tags collection of a C1PrintDocument component. Several new members support this option allowing you to create a customized form with specific tags displayed.
You have several options with the Tags form that you create. You can:
• Allow the user to edit every tag each time a C1PrintDocument is generated. For more information, see Displaying All Tags.
• Let the user edit some but not all tags, set the Flags property to None on tags you do not want to be edited by the user.
• Finally, you can choose when the end user is presented with the Tags dialog box. set ShowTagsInputDialog to False on the document, and call the EditTags() method on the document in your own code when you want the user to be presented with the tags input dialog.
Specifying When the Tags Dialog Box is Shown
Define the Default Tags Dialog Box
|