PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / EditTags Method

In This Topic
    EditTags Method (C1PrintDocument)
    In This Topic
    Shows the tags input dialog, allows the user to enter/update the values of Tag objects contained in the Tags collection.
    Syntax
    'Declaration
     
    Public Function EditTags() As Boolean
    public bool EditTags()

    Return Value

    True if document contains editable tags and the user accepted the dialog, false otherwise.
    See Also