PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ShowTagsInputDialog Property

In This Topic
    ShowTagsInputDialog Property (C1PrintDocument)
    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
    public bool ShowTagsInputDialog {get; set;}
    See Also