C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ShowTagsInputDialog Property

In This Topic
ShowTagsInputDialog Property
In This Topic
Gets or sets a value indicating whether a dialog allowing to input values for some or all of the user defined tags (elements of the Tags collection) should be shown to the user before the document generates. To include or exclude tags from the dialog, use Tag.ShowInDialog.

The default value is false.

Syntax
'Declaration
 
Public Property ShowTagsInputDialog As Boolean
 
See Also