ShowTagsInputDialog Property (SampleC1PrintDocument)
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
C1.C1Preview.C1PrintDocument.Tags collection) should be shown to the user before the document generates. To include or exclude tags from the dialog, use
C1.C1Preview.Tag.ShowInDialog.
The default value is false.
Syntax
'Declaration
Public Property ShowTagsInputDialog As Boolean
public bool ShowTagsInputDialog {get; set;}
See Also